SoMFVec2StringSetValue Method (String) |
Sets to one vector value from 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 SetValue(
string[] ss
)
Public Sub SetValue (
ss As String()
)
public:
void SetValue(
array<String^>^ ss
)
member SetValue :
ss : string[] -> unit
Parameters
- ss
- Type: SystemString
Remarks See Also