RVTDocs.com

RebarContainer.GetItem

Method
Description:
Gets the item stored in the RebarContainer at the associated index.
Syntax
public RebarContainerItem GetItem(
	int itemIndex
)
Parameters
Parameter Type Description
itemIndex Int32 Item index in the Rebar Container
Return Value
Type Description
RebarContainerItem Rebar Container Item
Exceptions
Exception Condition
ArgumentException The item index is either less than 0 or graeter than or equal to number of items in this Rebar Container element.