v2.26
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. More...
 

Properties

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

Detailed Description

Represents a collection of IDrawing objects.

Member Function Documentation

◆ Get()

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

Returns a drawing by index in the collection.

Returns
A drawing.