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

Convenience method to add a new set of string values to the mesh.

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

Parameters

index
Type: SystemInt32
val
Type: SystemString
set_name
Type: SystemString
Remarks

See also PbMesh.addStringsSet().

See Also