Revit 2026 API
Element |
Identifies if the element record represents an ElementType.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsAnElementType()
Public Function IsAnElementType As Boolean
public: bool IsAnElementType()
member IsAnElementType : unit -> bool
Return Value
BooleanTrue if the element record represents an ElementType.
See Also