v2.28
IGridWithMaterialCollection Interface Reference

Represents a collection of GridWithMaterial objects. More...

Inheritance diagram for IGridWithMaterialCollection:

Public Member Functions

HRESULT Get ([in] int index, [out, retval] IGridWithMaterial **ppGridWithMaterial)
 Returns the IGridWithMaterial item by the given index. More...
 

Properties

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

Detailed Description

Represents a collection of GridWithMaterial objects.

Member Function Documentation

◆ Get()

HRESULT IGridWithMaterialCollection::Get ( [in] int  index,
[out, retval] IGridWithMaterial **  ppGridWithMaterial 
)

Returns the IGridWithMaterial item by the given index.

Parameters
[in]indexThe index of the IGridWithMaterial item.
[out]ppGridWithMaterialThe requested grid with material.