BuildingPad.AssociatedTopographySurfaceId Property

BuildingPadAssociatedTopographySurfaceId Property

The element id of a topography surface created by the introduction of this building pad.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ElementId AssociatedTopographySurfaceId { get; }
Public ReadOnly Property AssociatedTopographySurfaceId As ElementId
	Get
public:
property ElementId^ AssociatedTopographySurfaceId {
	ElementId^ get ();
}
member AssociatedTopographySurfaceId : ElementId with get

Property Value

ElementId
See Also