Represents a collection of IExportedObject3D items.
More...
|
| HRESULT | Get ([in] int index, [out, retval] IExportedObject3D **ppExportedObject3D) |
| | Returns the exported object by index in the collection.
|
| |
|
|
int | Count [get] |
| | The number of objects in the collection.
|
| |
Represents a collection of IExportedObject3D items.
◆ Get()
| HRESULT Get |
( |
[in] int | index, |
|
|
[out, retval] IExportedObject3D ** | ppExportedObject3D ) |
Returns the exported object by index in the collection.
- Parameters
-
| [in] | index | Object index. |
| [out] | ppExportedObject3D | The requested exported object. |