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: 10.12.3.0 (10.12.3.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 OIV.MeshViz.Data.PbMesh.AddStringsSet(System.Int32, System.String[], System.String).

See Also