SoMFVec2dSetValue Method (Double, Double) |
Sets to one value from 2 doubles.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetValue(
double x,
double y
)
Public Sub SetValue (
x As Double,
y As Double
)
public:
void SetValue(
double x,
double y
)
member SetValue :
x : float *
y : float -> unit
Parameters
- x
- Type: SystemDouble
- y
- Type: SystemDouble
Remarks See Also