SoMFVec2dSet1Value Method (Int32, Double) |
Sets one value from 2 doubles in array.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void Set1Value(
int index,
double[] xy
)
Public Sub Set1Value (
index As Integer,
xy As Double()
)
public:
void Set1Value(
int index,
array<double>^ xy
)
member Set1Value :
index : int *
xy : float[] -> unit
Parameters
- index
- Type: SystemInt32
- xy
- Type: SystemDouble
Remarks See Also