| SoMFVec2StringSetValue Method (String, String) | 
Sets to one value from 2 String. 
 
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic 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