Represents a proxy class exposing the interfaces needed to access details of a subregion.
Inheritance Hierarchy
System.ObjectAutodesk.Revit.DB.Architecture.SiteSubRegion
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public class SiteSubRegion : IDisposable
The SiteSubRegion type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | HostId | The element id of the topography surface hosting this SiteSubRegion. |
![]() | IsValidObject | Specifies whether the .NET object represents a valid Revit entity. |
![]() | TopographySurface | The TopographySurface element which this SiteSubRegion represents. |
Methods
Name | Description | |
---|---|---|
![]() ![]() | Create(Document, IList<CurveLoop>) | Obsolete. |
![]() ![]() | Create(Document, IList<CurveLoop>, ElementId) | Obsolete. |
![]() | Dispose | Releases all resources used by the SiteSubRegion |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | GetBoundary | Gets the boundary of current subregion. |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() ![]() | IsValidBoundary | |
![]() | SetBoundary | Obsolete. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |