| SoMFVec3sSetValue Method (Int16) | 
Sets to one value from 3 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[] xyz
)
Public Sub SetValue ( 
	xyz As Short()
)
public:
void SetValue(
	array<short>^ xyz
)
member SetValue : 
        xyz : int16[] -> unit 
Parameters
- xyz
 - Type: SystemInt16
 
Remarks
See Also