GenericZoneGetBoundaries Method

Gets the boundaries for the generic zone.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public IList<CurveLoop> GetBoundaries()

Return Value

IListCurveLoop
The generic zone boundaries.
See Also