Revit 2025.3 API
Spatial |
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
SpatialElementBoundaryOptionsThe options.
See Also