MiDataSetBinding Property |
Returns the data binding of this dataset.
Namespace: OIV.MeshVizXLM.Mesh.DataAssembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.13.0.Release.908d87e01
SyntaxDataBinding Binding { get; }
ReadOnly Property Binding As DataBinding
Get
property DataBinding Binding {
DataBinding get ();
}
abstract Binding : DataBinding with get
Property Value
Type:
DataBinding
the data binding value:
DataBinding.PER_CELL
or
DataBinding.PER_NODE
RemarksReturns the data binding of this dataset.
See Also