| SoMFVec3sSet1Value Method (Int32, Int16, Int16, Int16) | 
Sets one value from 3 shorts. 
 
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 x,
	short y,
	short z
)
Public Sub Set1Value ( 
	index As Integer,
	x As Short,
	y As Short,
	z As Short
)
public:
void Set1Value(
	int index, 
	short x, 
	short y, 
	short z
)
member Set1Value : 
        index : int * 
        x : int16 * 
        y : int16 * 
        z : int16 -> unit 
Parameters
- index
 - Type: SystemInt32
 - x
 - Type: SystemInt16
 - y
 - Type: SystemInt16
 - z
 - Type: SystemInt16
 
Remarks
See Also