v2.33
 
IMaterialLayerCollection Interface Reference

Represents a collection of IMaterialLayer objects. More...

Inheritance diagram for IMaterialLayerCollection:

Public Member Functions

HRESULT Get ([in] int index, [out, retval] IMaterialLayer **ppMaterialLayer)
 Returns the material layer by index.
 

Properties

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

Detailed Description

Represents a collection of IMaterialLayer objects.

Member Function Documentation

◆ Get()

HRESULT Get ( [in] int index,
[out, retval] IMaterialLayer ** ppMaterialLayer )

Returns the material layer by index.

Returns
Material layer by the given index.