RVTDocs.com

SiteSubRegion

Class
Description:
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.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Architecture.SiteSubRegion
Syntax
public class SiteSubRegion : IDisposable
SiteSubRegion Class Members:
Name Description Inherited From
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.
Name Description Inherited From
Create(Document, IList<CurveLoop>) Obsolete. Creates a new SiteSubRegion element and adds it to the document.
Create(Document, IList<CurveLoop>, ElementId) Obsolete. Creates a new SiteSubRegion element with assigned TopographySurface to be hosted and adds it to the document.
Dispose Releases all resources used by the SiteSubRegion
Equals Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
GetBoundary Gets the boundary of current subregion.
GetHashCode Serves as the default hash function. (Inherited from Object ) Object
GetType Gets the Type of the current instance. (Inherited from Object ) Object
IsValidBoundary Identifies whether the given curve loops compose a valid boundary.
SetBoundary Obsolete. Set the given curve loops as the boundary of an existing SiteSubRegion.
ToString Returns a string that represents the current object. (Inherited from Object ) Object