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

Public Member Functions

ISkpPagesM Interface Reference

List of all members.

Public Member Functions

HRESULT AddPage ([in] BSTR newPageName,[in] unsigned long flags,[in] long index)
 Adds a new Page with the given name.

Member Function Documentation

HRESULT ISkpPagesM::AddPage ( [in] BSTR  newPageName,
[in] unsigned long  flags,
[in] long  index 
)

Adds a new Page with the given name.

Parameters:
newPageName,: The new Page's name.
flags,: The bitfield indicating which values are saved. \ PAGE_USE_CAMERA 0x0001 \ PAGE_USE_RENDERING_OPTIONS 0x0002 \ PAGE_USE_SHADOWINFO 0x0004 \ PAGE_USE_SKETCHCS 0x0008 \ PAGE_USE_HIDDEN 0x0010 \ PAGE_USE_LAYER_VISIBILITY 0x0020 \ PAGE_USE_SECTION_PLANES 0x0040 \ PAGE_USE_ALL 0x0fff \ PAGE_NO_CAMERA 0x0ffe
index,: Index where page will be inserted.
Returns:
S_OK : if successful
E_FAIL : Page already exists

©2010 Google - Google Home - About Google