SiteSubRegion
Description:
Represents a proxy class exposing the interfaces needed to access details of a subregion.
Represents a proxy class exposing the interfaces needed to access details of a subregion.
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.
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.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Architecture.SiteSubRegion
System.Object
Autodesk.Revit.DB.Architecture.SiteSubRegion
public class SiteSubRegion : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Create(Document, IList<CurveLoop>) | SiteSubRegion | Obsolete. | |
| Create(Document, IList<CurveLoop>, ElementId) | SiteSubRegion | Obsolete. | |
| Dispose() | None | Releases all resources used by the SiteSubRegion | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetBoundary() | IList<CurveLoop> | Gets the boundary of current subregion. | |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| IsValidBoundary(IList<CurveLoop>) | Boolean | ||
| SetBoundary(IList<CurveLoop>) | None | Obsolete. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| HostId | ElementId | The element id of the topography surface hosting this SiteSubRegion. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| TopographySurface | TopographySurface | The TopographySurface element which this SiteSubRegion represents. |