v2.25
IExportedObject3DCollection Interface Reference

Represents a collection of IExportedObject3D items. More...

Inheritance diagram for IExportedObject3DCollection:

Public Member Functions

HRESULT Get ([in] int index, [out, retval] IExportedObject3D **ppExportedObject3D)
 Returns the exported object by index in the collection. More...
 

Properties

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

Detailed Description

Represents a collection of IExportedObject3D items.

Member Function Documentation

◆ Get()

HRESULT IExportedObject3DCollection::Get ( [in] int  index,
[out, retval] IExportedObject3D **  ppExportedObject3D 
)

Returns the exported object by index in the collection.

Parameters
[in]indexObject index.
[out]ppExportedObject3DThe requested exported object.