Gets the spatial element boundary location based on spatial element type.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public SpatialElementBoundaryLocation GetSpatialElementBoundaryLocation( SpatialElementType spType )
Parameters
- spType SpatialElementType
- The spatial element type.
Return Value
SpatialElementBoundaryLocationThe boundary location.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |
