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

Properties

ISketchUpExporterPlugin Interface Reference

Inheritance diagram for ISketchUpExporterPlugin:
ISketchUpPlugin

List of all members.

Properties

BSTR Category [get]
 [propget] The category to which this exporter belongs.
BSTR MenuText [get]
 [propget] The text that appears in the menu.

Property Documentation

BSTR ISketchUpExporterPlugin::Category [get]

[propget] The category to which this exporter belongs.

This text appears in the Export menu to identify this exporter's category. It should be localized.

Return values:
pText The menu text of the category.
Returns:
S_OK : on success
E_POINTER : if any of the required arguments are NULL
E_FAIL : internal errors
BSTR ISketchUpExporterPlugin::MenuText [get]

[propget] The text that appears in the menu.

This text appears in the Export menu under this exporter's category to identify this exporter. It should be localized.

Return values:
pText The menu text.
Returns:
S_OK : on success
E_POINTER : if any of the required arguments are NULL
E_FAIL : internal errors

©2010 Google - Google Home - About Google