SoSFBox4i32SetValue Method (Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32) |
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetValue(
int xmin,
int ymin,
int zmin,
int tmin,
int xmax,
int ymax,
int zmax,
int tmax
)
Public Sub SetValue (
xmin As Integer,
ymin As Integer,
zmin As Integer,
tmin As Integer,
xmax As Integer,
ymax As Integer,
zmax As Integer,
tmax As Integer
)
public:
void SetValue(
int xmin,
int ymin,
int zmin,
int tmin,
int xmax,
int ymax,
int zmax,
int tmax
)
member SetValue :
xmin : int *
ymin : int *
zmin : int *
tmin : int *
xmax : int *
ymax : int *
zmax : int *
tmax : int -> unit
Parameters
- xmin
- Type: SystemInt32
- ymin
- Type: SystemInt32
- zmin
- Type: SystemInt32
- tmin
- Type: SystemInt32
- xmax
- Type: SystemInt32
- ymax
- Type: SystemInt32
- zmax
- Type: SystemInt32
- tmax
- Type: SystemInt32
Remarks See Also