SoMFVec2StringSetValue Method (String, String) |
Sets to one value from 2 String.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void SetValue(
string s1,
string s2
)
Public Sub SetValue (
s1 As String,
s2 As String
)
public:
void SetValue(
String^ s1,
String^ s2
)
member SetValue :
s1 : string *
s2 : string -> unit
Parameters
- s1
- Type: SystemString
- s2
- Type: SystemString
Remarks See Also