PbMeshAddStringsSet Method (Int32, String, String) |
Adds a set of string values .
Namespace: OIV.MeshViz.DataAssembly: 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
)
Public Sub AddStringsSet (
set_index As Integer,
val As String(),
set_name As String
)
public:
void AddStringsSet(
int set_index,
array<String^>^ val,
String^ set_name
)
member AddStringsSet :
set_index : int *
val : string[] *
set_name : string -> unit
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