| Revit 2022.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: 22.0.0.0 (22.1.1.0)
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 (); } |