SoMFVec3sSetValue Method (Int16, Int16, Int16) |
Sets to one value from 3 shorts.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetValue(
short x,
short y,
short z
)
Public Sub SetValue (
x As Short,
y As Short,
z As Short
)
public:
void SetValue(
short x,
short y,
short z
)
member SetValue :
x : int16 *
y : int16 *
z : int16 -> unit
Parameters
- x
- Type: SystemInt16
- y
- Type: SystemInt16
- z
- Type: SystemInt16
Remarks See Also