Share

AreaReinforcement.GetNumberOfLines Method

Gets the number of lines on the specified layer. It also counts the excluded ones.


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

Syntax

C#

public int GetNumberOfLines(
	AreaReinforcementLayerType layer
)

Parameters

layer  AreaReinforcementLayerType
The layer type for which will return the number of lines.

Return Value

Int32
Returns the number of lines on the specified 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?