| SoMFVec3dSet1Value Method (Int32, Double, Double, Double) | 
Sets one value from 3 doubles. 
 
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void Set1Value(
	int index,
	double x,
	double y,
	double z
)
Public Sub Set1Value ( 
	index As Integer,
	x As Double,
	y As Double,
	z As Double
)
public:
void Set1Value(
	int index, 
	double x, 
	double y, 
	double z
)
member Set1Value : 
        index : int * 
        x : float * 
        y : float * 
        z : float -> unit 
Parameters
- index
 - Type: SystemInt32
 - x
 - Type: SystemDouble
 - y
 - Type: SystemDouble
 - z
 - Type: SystemDouble
 
Remarks
See Also