| SoEdgeFlagElementSetUnmarked Method  | 
Sets the current flags in the state as unmarked. 
 
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic static void SetUnmarked(
	SoState state,
	SoNode node,
	int numFlags,
	int[] flags
)
Public Shared Sub SetUnmarked ( 
	state As SoState,
	node As SoNode,
	numFlags As Integer,
	flags As Integer()
)
public:
static void SetUnmarked(
	SoState^ state, 
	SoNode^ node, 
	int numFlags, 
	array<int>^ flags
)
static member SetUnmarked : 
        state : SoState * 
        node : SoNode * 
        numFlags : int * 
        flags : int[] -> unit 
Parameters
- state
 - Type: OIV.Inventor.MiscSoState
 - node
 - Type: OIV.Inventor.NodesSoNode
 - numFlags
 - Type: SystemInt32
 - flags
 - Type: SystemInt32
 
Remarks
See Also