SoSFBox2fSetValue Method (Single, Single, Single, Single) |
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetValue(
float xmin,
float ymin,
float xmax,
float ymax
)
Public Sub SetValue (
xmin As Single,
ymin As Single,
xmax As Single,
ymax As Single
)
public:
void SetValue(
float xmin,
float ymin,
float xmax,
float ymax
)
member SetValue :
xmin : float32 *
ymin : float32 *
xmax : float32 *
ymax : float32 -> unit
Parameters
- xmin
- Type: SystemSingle
- ymin
- Type: SystemSingle
- xmax
- Type: SystemSingle
- ymax
- Type: SystemSingle
Remarks See Also