v2.33
 
IReinforcementUnitUsageCollection Interface Reference

Represents a collection of IReinforcementUnitUsage objects. This interface can be obtained from IObjectReinforcementModel. More...

Inheritance diagram for IReinforcementUnitUsageCollection:

Public Member Functions

HRESULT Get ([in] int index, [out, retval] IReinforcementUnitUsage **ppReinforcementUnitUsage)
 Returns the reinforcement unit usage by index.
 

Properties

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

Detailed Description

Represents a collection of IReinforcementUnitUsage objects. This interface can be obtained from IObjectReinforcementModel.

See also
IRebarUsage, IReinforcementUnitStyle, IObjectReinforcementModel, IRebarStyle

Member Function Documentation

◆ Get()

HRESULT Get ( [in] int index,
[out, retval] IReinforcementUnitUsage ** ppReinforcementUnitUsage )

Returns the reinforcement unit usage by index.

Returns
Reinforcement unit usage by the given index.