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

Properties

ISkpOptionsProvider Interface Reference

The interface supported by options providers. More...

List of all members.

Properties

ISkpNamedValues Options [get]
 [propget] Returns the name value pairs as an ISkpNamedValues object.
BSTR Name [get]
 [propget] Returns the name of this options provider.
VARIANT Option ([in] BSTR optionName) [get]
 [propget] Returns the option with the given name.

Detailed Description

The interface supported by options providers.

Supported OptionProviders


Property Documentation

BSTR ISkpOptionsProvider::Name [get]

[propget] Returns the name of this options provider.

Return values:
pVal The name of this options provider.
Returns:
S_OK : if successful
E_POINTER : if any of the inputs are NULL
E_FAIL : indicates internal errors
VARIANT ISkpOptionsProvider::Option([in] BSTR optionName) [get]

[propget] Returns the option with the given name.

Return values:
pVal The value of the option with the given name.
Returns:
S_OK : if successful
E_POINTER : if any of the inputs are NULL
E_INVALIDARG : the given name does not match an option in this provider.
E_FAIL : indicates internal errors
ISkpNamedValues ISkpOptionsProvider::Options [get]

[propget] Returns the name value pairs as an ISkpNamedValues object.

Return values:
pVal The name value pairs as a ISkpNamedValues object.
Returns:
S_OK : if successful
E_POINTER : if any of the inputs are NULL
E_FAIL : indicates internal errors

©2010 Google - Google Home - About Google