2024 Members
Changes 4
M

SiteSubRegion

Name Return Type Description Inherited From
M Create(Document, IList.CurveLoop.) SiteSubRegion Obsolete. Creates a new SiteSubRegion element and adds it to the document.
M Create(Document, IList.CurveLoop., ElementId) SiteSubRegion Obsolete. Creates a new SiteSubRegion element with assigned TopographySurface to be hosted and adds it to the document.
M Dispose() None Releases all resources used by the SiteSubRegion
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetBoundary() IList<CurveLoop> Gets the boundary of current subregion.
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M IsValidBoundary(IList<CurveLoop>) bool Identifies whether the given curve loops compose a valid boundary.
M SetBoundary(IList<CurveLoop>) None Obsolete. Set the given curve loops as the boundary of an existing SiteSubRegion.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
Name Return Type Description Inherited From
P HostId ElementId The element id of the topography surface hosting this SiteSubRegion.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P TopographySurface TopographySurface The TopographySurface element which this SiteSubRegion represents.