TopographySurfaceIsAssociatedWithBuildingPad Property |
Identifies if this element represents a topography surface associated with a building pad.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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