SoActionEnableElements Method |
Returns the list of enabled elements for a given action subclass .
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public virtual void EnableElements()
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overridable Sub EnableElements
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
virtual void EnableElements()
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
abstract EnableElements : unit -> unit
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
override EnableElements : unit -> unit
Remarks See Also