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