| SoMFVec3sSet1Value Method (Int32, Int16) | 
Sets 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 Set1Value(
	int index,
	short[] xyz
)
Public Sub Set1Value ( 
	index As Integer,
	xyz As Short()
)
public:
void Set1Value(
	int index, 
	array<short>^ xyz
)
member Set1Value : 
        index : int * 
        xyz : int16[] -> unit 
Parameters
- index
 - Type: SystemInt32
 - xyz
 - Type: SystemInt16
 
Remarks
See Also