Identifies if this element represents a subregion.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2014
Syntax
C# |
---|
public bool IsSiteSubRegion { get; } |
Visual Basic |
---|
Public ReadOnly Property IsSiteSubRegion As Boolean Get |
Visual C++ |
---|
public: property bool IsSiteSubRegion { bool get (); } |