2024 Method
Changes 0
M

RebarFreeFormAccessor.GetShapeIdAtIndex

Description:
Gets the Rebar Shape id for the bar with index barPositionIndex.
Remarks:
If this function is called for a bar that isn't included, this function will throw exception.
public ElementId GetShapeIdAtIndex(
	int barPositionIndex
)
  • Int32
    barPositionIndex
    An index between 0 and (NumberOfBarPositions-1).
Return Value ElementId Gets the ElementId of the Rebar Shape for the bar with index barPositionIndex.