| Revit Preview Release API |
| ElementRecord..::..IsAnElementType Method |
| ElementRecord Class See Also |
Identifies if the element record represents an ElementType.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2011
Syntax
| C# |
|---|
public bool IsAnElementType() |
| Visual Basic |
|---|
Public Function IsAnElementType As Boolean |
| Visual C++ |
|---|
public: bool IsAnElementType() |