SoMFVec2sSet1Value Method (Int32, Int16, Int16) |
Sets one value from 2 shorts.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void Set1Value(
int index,
short x,
short y
)
Public Sub Set1Value (
index As Integer,
x As Short,
y As Short
)
public:
void Set1Value(
int index,
short x,
short y
)
member Set1Value :
index : int *
x : int16 *
y : int16 -> unit
Parameters
- index
- Type: SystemInt32
- x
- Type: SystemInt16
- y
- Type: SystemInt16
Remarks See Also