AreaVolumeSettings.SetSpatialElementBoundaryLocation
Method
Description:
Sets the spatial element boundary location of a spatial element type.
Sets the spatial element boundary location of a spatial element type.
Syntax
public void SetSpatialElementBoundaryLocation(
SpatialElementBoundaryLocation spatialElementBoundaryLocation,
SpatialElementType spType
)
Parameters
Parameter | Type | Description |
---|---|---|
spatialElementBoundaryLocation | SpatialElementBoundaryLocation | The boundary location. |
spType | SpatialElementType | The spatial element type. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentException | Currently only SpatialElementType.Room is permitted when setting the boundary location. |
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |