SoMFVec2StringSet1Value Method (Int32, String) |
Sets one vector value from an array of 2 String.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void Set1Value(
int index,
string[] ss
)
Public Sub Set1Value (
index As Integer,
ss As String()
)
public:
void Set1Value(
int index,
array<String^>^ ss
)
member Set1Value :
index : int *
ss : string[] -> unit
Parameters
- index
- Type: SystemInt32
- ss
- Type: SystemString
Remarks See Also