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.37.0.Release.949101e87
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