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

Public Member Functions | Properties

ISkpGroup Interface Reference

A Group object. More...

Inheritance diagram for ISkpGroup:
SkpGroup

List of all members.

Public Member Functions

HRESULT SaveAs ([in] BSTR fileName)
 Save the Group to the file of the given name.

Properties

BSTR Name [get]
 [propget] Returns the name of the group
BSTR Description [get]
 [propget] Returns the description of the group
ISkpTransform Transform [get]
 [propget] Returns the transform mapping the group's definition to this instance.

Detailed Description

A Group object.


Member Function Documentation

HRESULT ISkpGroup::SaveAs ( [in] BSTR  fileName  ) 

Save the Group to the file of the given name.

If the file name does not end with ".skp", this will be added.

Parameters:
fileName The file to which this group should be saved.
Returns:
S_OK : if successful
E_FAIL : internal errors

Property Documentation

BSTR ISkpGroup::Description [get]

[propget] Returns the description of the group

Return values:
pVal The Group's description.
Returns:
S_OK : if successful
E_POINTER : if any of the required arguments are NULL
E_FAIL : internal errors
BSTR ISkpGroup::Name [get]

[propget] Returns the name of the group

Return values:
pVal The Group's name.
Returns:
S_OK : if successful
E_POINTER : if any of the required arguments are NULL
E_FAIL : internal errors
ISkpTransform ISkpGroup::Transform [get]

[propget] Returns the transform mapping the group's definition to this instance.

Return values:
pVal The Transform needed.
Returns:
S_OK : if successful
E_POINTER : if any of the required arguments are NULL
E_FAIL : internal errors

©2010 Google - Google Home - About Google