Revit 2026 API
Topography |
Identifies if this element represents a topography surface associated with a building pad.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsAssociatedWithBuildingPad { get; }
Public ReadOnly Property IsAssociatedWithBuildingPad As Boolean Get
public: property bool IsAssociatedWithBuildingPad { bool get (); }
member IsAssociatedWithBuildingPad : bool with get
Property Value
BooleanSee Also