SoSFVec3i32SetValue Method (Int32, Int32, Int32) |
Sets the field to the given values.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetValue(
int x,
int y,
int z
)
Public Sub SetValue (
x As Integer,
y As Integer,
z As Integer
)
public:
void SetValue(
int x,
int y,
int z
)
member SetValue :
x : int *
y : int *
z : int -> unit
Parameters
- x
- Type: SystemInt32
- y
- Type: SystemInt32
- z
- Type: SystemInt32
Remarks See Also