v2.26
IRebarUsageCollection Interface Reference

Represents a collection of IRebarUsage objects. This interface can be obtained from IObjectReinforcementModel or IReinforcementUnitStyle. More...

Inheritance diagram for IRebarUsageCollection:

Public Member Functions

HRESULT Get ([in] int index, [out, retval] IRebarUsage **ppRebarUsage)
 Returns the rebgar usage by index. More...
 

Properties

int Count [get]
 The number of rebar usages in the collection.
 

Detailed Description

Represents a collection of IRebarUsage objects. This interface can be obtained from IObjectReinforcementModel or IReinforcementUnitStyle.

See also
IRebarUsage, IReinforcementUnitStyle, IObjectReinforcementModel, IRebarStyle

Member Function Documentation

◆ Get()

HRESULT IRebarUsageCollection::Get ( [in] int  index,
[out, retval] IRebarUsage **  ppRebarUsage 
)

Returns the rebgar usage by index.

Returns
Rebar usage by the given index.