SoSFVec2sSetValue Method (Int16, Int16) |
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(
short x,
short y
)
Public Sub SetValue (
x As Short,
y As Short
)
public:
void SetValue(
short x,
short y
)
member SetValue :
x : int16 *
y : int16 -> unit
Parameters
- x
- Type: SystemInt16
- y
- Type: SystemInt16
Remarks See Also