Revit 2026 API
Topography |
The element id of the building pad which causes this topography surface to be formed.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ElementId AssociatedBuildingPadId { get; }
Public ReadOnly Property AssociatedBuildingPadId As ElementId Get
public: property ElementId^ AssociatedBuildingPadId { ElementId^ get (); }
member AssociatedBuildingPadId : ElementId with get
Property Value
ElementId
InvalidElementId returned signals that there is no associated building pad.
See Also