SpatialElementGeometryCalculator.GetOptions Method

SpatialElementGeometryCalculatorGetOptions Method

The options that control the calculation.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public SpatialElementBoundaryOptions GetOptions()
Public Function GetOptions As SpatialElementBoundaryOptions
public:
SpatialElementBoundaryOptions^ GetOptions()
member GetOptions : unit -> SpatialElementBoundaryOptions 

Return Value

SpatialElementBoundaryOptions
The options.
See Also