| SoModifyLogicalViewportElementGetInstance Method  | 
Returns the top (current) instance of the element in the state. 
 
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic static SoModifyLogicalViewportElement GetInstance(
	SoState state,
	out bool elemIsSet
)
Public Shared Function GetInstance ( 
	state As SoState,
	<OutAttribute> ByRef elemIsSet As Boolean
) As SoModifyLogicalViewportElement
public:
static SoModifyLogicalViewportElement^ GetInstance(
	SoState^ state, 
	[OutAttribute] bool% elemIsSet
)
static member GetInstance : 
        state : SoState * 
        elemIsSet : bool byref -> SoModifyLogicalViewportElement 
Parameters
- state
 - Type: OIV.Inventor.MiscSoState
 - elemIsSet
 - Type: SystemBoolean
 
Return Value
Type: 
SoModifyLogicalViewportElement
RemarksNote it does NOT cause cache dependency! It also casts away the const. 
See Also