TopographySurface.IsSiteSubRegion Property

TopographySurfaceIsSiteSubRegion Property

Identifies if this element represents a subregion.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsSiteSubRegion { get; }
Public ReadOnly Property IsSiteSubRegion As Boolean
	Get
public:
property bool IsSiteSubRegion {
	bool get ();
}
member IsSiteSubRegion : bool with get

Property Value

Boolean
See Also