| SoSFBox4i32SetValue Method (SbVec4i32, SbVec4i32) | 
 
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetValue(
	SbVec4i32 _min,
	SbVec4i32 _max
)
Public Sub SetValue ( 
	_min As SbVec4i32,
	_max As SbVec4i32
)
public:
void SetValue(
	SbVec4i32 _min, 
	SbVec4i32 _max
)
member SetValue : 
        _min : SbVec4i32 * 
        _max : SbVec4i32 -> unit 
Parameters
- _min
 - Type: OIV.InventorSbVec4i32
 - _max
 - Type: OIV.InventorSbVec4i32
 
Remarks
See Also