SoSFVec2dSetValue 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[] xy
)
Public Sub SetValue (
xy As Double()
)
public:
void SetValue(
array<double>^ xy
)
member SetValue :
xy : float[] -> unit
Parameters
- xy
- Type: SystemDouble
Remarks See Also