| SoModifyLogicalViewportElementSet Method  | 
Sets the portion of the viewport. 
 
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic static void Set(
	SoState state,
	SbVec4f portion
)
Public Shared Sub Set ( 
	state As SoState,
	portion As SbVec4f
)
public:
static void Set(
	SoState^ state, 
	SbVec4f portion
)
static member Set : 
        state : SoState * 
        portion : SbVec4f -> unit 
Parameters
- state
 - Type: OIV.Inventor.MiscSoState
 - portion
 - Type: OIV.InventorSbVec4f
 
Remarks
See Also