PbMeshGetValuesSetName Method |
Gets the name associated to a scalar values set.
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public string GetValuesSetName(
int set_index
)
Public Function GetValuesSetName (
set_index As Integer
) As String
public:
String^ GetValuesSetName(
int set_index
)
member GetValuesSetName :
set_index : int -> string
Parameters
- set_index
- Type: SystemInt32
Return Value
Type:
StringRemarks NULL is returned if the set does not exist.
See Also