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.13.0.Release.908d87e01
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