v2.33
 
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.
 

Properties

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

Detailed Description

Represents a collection of GridWithMaterial objects.

Member Function Documentation

◆ Get()

HRESULT 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.