Click or drag to resize
PbMesh.AddStringsSet Method (Int32,String[], String)

Adds a set of string values .

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

Parameters

set_index
Type: System.Int32
val
Type:System.String[]
set_name
Type: System.String
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