PbMeshGetValuesBinding Method |
Gets the binding of the scalar value set.
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public PbMeshDataBindings GetValuesBinding(
int set_index
)
Public Function GetValuesBinding (
set_index As Integer
) As PbMeshDataBindings
public:
PbMeshDataBindings GetValuesBinding(
int set_index
)
member GetValuesBinding :
set_index : int -> PbMeshDataBindings
Parameters
- set_index
- Type: SystemInt32
the index of the set of scalar values.
Return Value
Type:
PbMeshDataBindingsPER_CELL or PER_NODE, or undefined binding if specified data set does not exist.
Remarks See Also