Revit 2025 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: 25.0.0.0 (25.0.0.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