SoGLRenderActionSetUpState Method |
initialize the action state.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public override void SetUpState()
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overrides Sub SetUpState
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
virtual void SetUpState() override
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
abstract SetUpState : unit -> unit
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
override SetUpState : unit -> unit
Remarks See Also