SiteSubRegion Class

Represents a proxy class exposing the interfaces needed to access details of a subregion.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.ArchitectureSiteSubRegion

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

The SiteSubRegion type exposes the following members.

Properties
 NameDescription
Public propertyHostId The element id of the topography surface hosting this SiteSubRegion.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyTopographySurface The TopographySurface element which this SiteSubRegion represents.
Top
Methods
 NameDescription
Public methodStatic memberCreate(Document, IListCurveLoop)Obsolete.
Creates a new SiteSubRegion element and adds it to the document.
Public methodStatic memberCreate(Document, IListCurveLoop, ElementId)Obsolete.
Creates a new SiteSubRegion element with assigned TopographySurface to be hosted and adds it to the document.
Public methodDisposeReleases all resources used by the SiteSubRegion
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetBoundary Gets the boundary of current subregion.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberIsValidBoundary Identifies whether the given curve loops compose a valid boundary.
Public methodSetBoundaryObsolete.
Set the given curve loops as the boundary of an existing SiteSubRegion.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Remarks
In the Revit database, both TopographySurface elements and subregion elements are represented by the same TopographySurface element subclass. In the Revit API, this SiteSubRegion class exists to separate the interfaces for subregions from those of topography surfaces.
See Also