SoActionEnableElements Method |
Returns the list of enabled elements for a given action subclass .
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.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