| Revit 2021.1 API |
| TopographySurface..::..IsAssociatedWithBuildingPad Property |
| TopographySurface Class See Also |
Identifies if this element represents a topography surface associated with a building pad.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2015
Syntax
| C# |
|---|
public bool IsAssociatedWithBuildingPad { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsAssociatedWithBuildingPad As Boolean Get |
| Visual C++ |
|---|
public: property bool IsAssociatedWithBuildingPad { bool get (); } |