| SoMFVec2sSetValue Method (Int16) | 
Sets to one value from 2 shorts in array. 
 
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetValue(
	short[] xy
)
Public Sub SetValue ( 
	xy As Short()
)
public:
void SetValue(
	array<short>^ xy
)
member SetValue : 
        xy : int16[] -> unit 
Parameters
- xy
 - Type: SystemInt16
 
Remarks
See Also