Share

AreaReinforcement.GetLayerDirection Method

Gets the direction of the layer. The lines are distributed along this direction.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public XYZ GetLayerDirection(
	AreaReinforcementLayerType layer
)

Parameters

layer  AreaReinforcementLayerType
The layer type.

Return Value

XYZ
Returns the direction of the desired layer.

Exceptions

ExceptionCondition
ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration
InapplicableDataException The layer layer isn't active.

See Also

Reference

Was this information helpful?