Click or drag to resize
PbMeshAddStringsSet Method (Int32, String, String)

Adds a set of string values .

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void AddStringsSet(
	int set_index,
	string[] val,
	string set_name
)

Parameters

set_index
Type: SystemInt32
val
Type: SystemString
set_name
Type: SystemString
Remarks

The number of string in a set must be equal to the number of nodes in the mesh. The set can be optionally named (set_name parameter).

See Also