EnabledElementsListEnableE Method |
Enable an element type for an action.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void Enable<E>()
where E : class, SoElement
Public Sub Enable(Of E As {Class, SoElement})
public:
generic<typename E>
where E : ref class, SoElement
void Enable()
member Enable : unit -> unit when 'E : not struct and SoElement
Type Parameters
- E
-
Type of element. The type must not be an abstract type.
Exceptions Exception | Condition |
---|
[!:System.ArgumentException] | Thrown when E element type is abstract. -or- when E element type does not define a default constructor. |
See Also