![]() |
v2.39
|
|
Represents a collection of GridWithMaterial objects. More...
Public Member Functions | |
HRESULT | Get ([in] int index, [out, retval] IGridWithMaterial **ppGridWithMaterial) |
Returns the IGridWithMaterial item by the given index. | |
Properties | |
int | Count [get] |
The number of objects in the collection. | |
Represents a collection of GridWithMaterial objects.
HRESULT Get | ( | [in] int | index, |
[out, retval] IGridWithMaterial ** | ppGridWithMaterial ) |
Returns the IGridWithMaterial item by the given index.
[in] | index | The index of the IGridWithMaterial item. |
[out] | ppGridWithMaterial | The requested grid with material. |