2021 Members
Changes 4
M

SiteSubRegion

Name Return Type Description Inherited From
M Create(Document, IList.CurveLoop.) SiteSubRegion Creates a new SiteSubRegion element and adds it to the document.
M Create(Document, IList.CurveLoop., ElementId) SiteSubRegion 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 (Inherited from Object .) Object .
M GetBoundary() IList<CurveLoop> Gets the boundary of current subregion.
M GetHashCode None (Inherited from Object .) Object .
M GetType None (Inherited from Object .) Object .
M IsValidBoundary(IList<CurveLoop>) bool Identifies whether the given curve loops compose a valid boundary.
M SetBoundary(IList<CurveLoop>) None Set the given curve loops as the boundary of an existing SiteSubRegion.
M ToString None (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.