Share

Rebar.GetBarIndexFromReference Method

Given a reference that represents a part of a bar, this method will return the bar index.


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

Syntax

C#

public int GetBarIndexFromReference(
	Reference barReference
)

Parameters

barReference  Reference
The Reference of the Rebar element.

Return Value

Int32
The bar index the reference refers to.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

Remarks

The method returns an index between 0 and NumberOfBarPositions - 1 if it the given reference represents a part of a bar. Otherwise will return -1.

See Also

Reference

Was this information helpful?