v2.33
 
IDrawingCollection Interface Reference

Represents a collection of IDrawing objects. More...

Inheritance diagram for IDrawingCollection:

Public Member Functions

HRESULT Get ([in] int index, [out, retval] IDrawing **ppDrawing)
 Returns a drawing by index in the collection.
 

Properties

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

Detailed Description

Represents a collection of IDrawing objects.

Member Function Documentation

◆ Get()

HRESULT Get ( [in] int index,
[out, retval] IDrawing ** ppDrawing )

Returns a drawing by index in the collection.

Returns
A drawing.