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

Properties

ISkpNamedValue Interface Reference

The ISkpNamedValue interface (used for preferences/options and attributes). More...

List of all members.

Properties

BSTR Name [get]
 [propget] The name associated with the pair
VARIANT Value [get]
 [propget] The value associated with the pair

Detailed Description

The ISkpNamedValue interface (used for preferences/options and attributes).

Objects that support this interface provide name/value pairs.

See also:
ISkpNamedValues

Property Documentation

BSTR ISkpNamedValue::Name [get]

[propget] The name associated with the pair

Return values:
pVal the resulting name parameter
Returns:
S_OK : if successful
E_POINTER : if pVal == NULL
VARIANT ISkpNamedValue::Value [get]

[propget] The value associated with the pair

Return values:
pVal the resulting value parameter
Returns:
S_OK : if successful
E_POINTER : if pVal == NULL

©2010 Google - Google Home - About Google