GetSpatialElementBoundaryLocation Method


Gets the spatial element boundary location based on spatial element type.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2014

Syntax

C#
public SpatialElementBoundaryLocation GetSpatialElementBoundaryLocation(
	SpatialElementType spType
)
Visual Basic
Public Function GetSpatialElementBoundaryLocation ( _
	spType As SpatialElementType _
) As SpatialElementBoundaryLocation
Visual C++
public:
SpatialElementBoundaryLocation GetSpatialElementBoundaryLocation(
	SpatialElementType spType
)

Parameters

spType
Type: Autodesk.Revit.DB SpatialElementType
The spatial element type.

Return Value

The boundary location.

Exceptions

Exception Condition
Autodesk.Revit.Exceptions ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration

See Also