Revit 2025.3 API
Geometry |
Indicates whether this geometry is obtained directly from an Element.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsElementGeometry { get; }
Public ReadOnly Property IsElementGeometry As Boolean Get
public: property bool IsElementGeometry { bool get (); }
member IsElementGeometry : bool with get
Property Value
BooleanSee Also