Click or drag to resize
EnabledElementsListEnableE Method
Enable an element type for an action.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void Enable<E>()
where E : class, SoElement

Type Parameters

E
Type of element. The type must not be an abstract type.
Exceptions
ExceptionCondition
[!:System.ArgumentException]

Thrown when E element type is abstract.

-or-

when E element type does not define a default constructor.

See Also