AsSiteSubRegion Method


Topography Surface As Site Sub Region Method

Obtains the subregion object represented by this element.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public SiteSubRegion AsSiteSubRegion()

Return Value

SiteSubRegion
The SiteSubRegion element. If this does not represent a SiteSubRegion, this will be .
Remarks
This applies to TopographySurface and SiteSubRegion elements.
See Also