PbMeshRemoveValuesSet Method |
Remove a set of scalar values.
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool RemoveValuesSet(
int set_index
)
Public Function RemoveValuesSet (
set_index As Integer
) As Boolean
public:
bool RemoveValuesSet(
int set_index
)
member RemoveValuesSet :
set_index : int -> bool
Parameters
- set_index
- Type: SystemInt32
Return Value
Type:
Booleantrue otherwise.
Remarks See Also