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: 26.0.4.0 (26.0.4.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