SoSFVec3dSetValue Method (Double) |
Sets the field to the given value.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetValue(
double[] xyz
)
Public Sub SetValue (
xyz As Double()
)
public:
void SetValue(
array<double>^ xyz
)
member SetValue :
xyz : float[] -> unit
Parameters
- xyz
- Type: SystemDouble
Remarks See Also