Click or drag to resize
MiDataSetBinding Property
Returns the data binding of this dataset.

Namespace: OIV.MeshVizXLM.Mesh.Data
Assembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.36.0.Release.9ccfd3bbc
Syntax
DataBinding Binding { get; }

Property Value

Type: DataBinding
the data binding value: DataBinding.PER_CELL or DataBinding.PER_NODE
Remarks
Returns the data binding of this dataset.
See Also