| SoEdgeFlagElementGetInstance 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 SoEdgeFlagElement GetInstance(
	SoState state
)
Public Shared Function GetInstance ( 
	state As SoState
) As SoEdgeFlagElement
public:
static SoEdgeFlagElement^ GetInstance(
	SoState^ state
)
static member GetInstance : 
        state : SoState -> SoEdgeFlagElement 
Parameters
- state
 - Type: OIV.Inventor.MiscSoState
 
Return Value
Type: 
SoEdgeFlagElement
Remarks
See Also