| SoMFVec2StringSetValue Method (String) | 
Sets to one vector value from array of 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[] 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