Go to Google Code Home
Google SketchUp SkpReader C++ API Documentation (Labs)

Properties

ISkpDimensions Interface Reference

A Collection of ISkpDimension objects. More...

List of all members.

Properties

long Count [get]
 [propget] The number of entities in this collection
ISkpDimension Item ([in] long Index) [get]
 [propget] Returns the Indexth item in the collection.
IUnknown _NewEnum [get]
 [propget] Gets an IEnumVARIANT from the collection

Detailed Description

A Collection of ISkpDimension objects.


Property Documentation

IUnknown ISkpDimensions::_NewEnum [get]

[propget] Gets an IEnumVARIANT from the collection

Return values:
pVal The IEnumVARIANT interface
Returns:
S_OK : if successful
E_POINTER : if pVal == NULL
E_UNEXPECTED : indicates unexpected internal errors
long ISkpDimensions::Count [get]

[propget] The number of entities in this collection

Return values:
pVal the number of entities in this collection
Returns:
S_OK : if successful
E_POINTER : if pVal == NULL
ISkpDimension ISkpDimensions::Item([in] long Index) [get]

[propget] Returns the Indexth item in the collection.

Parameters:
Index The 0-based index of the item to return.
pVal The non-NULL return value into which to place the item.
Returns:
S_OK : if successful
E_INVALIDARG : if Index < 0 or >= the size of the collection.
E_POINTER : if pVal is NULL.
E_FAIL: Internal errors.

©2010 Google - Google Home - About Google