SpatialElementBoundaryLocation Enumeration

An enumerated type listing boundary options of spatial element geometry calculation.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum SpatialElementBoundaryLocation
Members
Member nameValueDescription
Finish0 Spatial element finish face.
Center1 Spatial element centerline.
CoreBoundary2 Spatial element core boundary.
CoreCenter3 Spatial element core center.
See Also