TopographySurface.IsAssociatedWithBuildingPad Property

TopographySurfaceIsAssociatedWithBuildingPad Property

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

Boolean
See Also