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

Public Member Functions | Properties

ISkpConstructionPoint Interface Reference

A construction point. More...

Inheritance diagram for ISkpConstructionPoint:
SkpConstructionPoint

List of all members.

Public Member Functions

HRESULT _GetPosition ([out] double pPoint3d[3])
 Returns the point.
HRESULT _GetFromPosition ([out] double pPoint3d[3])
 Returns the anchor point.

Properties

ISkpPoint3d Position [get]
 [propget] Returns the point.
BOOL DisplayAsLine [get]
 [propget] Determine if this is displayed as a line.
ISkpPoint3d FromPosition [get]
 [propget] Returns the anchor point.

Detailed Description

A construction point.


Member Function Documentation

HRESULT ISkpConstructionPoint::_GetFromPosition ( [out] double  pPoint3d[3]  ) 

Returns the anchor point.

It is expected that the calling application has allocated space for the return value.

Return values:
pPoint3d The anchor point.
Returns:
S_OK : if successful
E_POINTER : if any of the required arguments are NULL
E_FAIL : internal errors
HRESULT ISkpConstructionPoint::_GetPosition ( [out] double  pPoint3d[3]  ) 

Returns the point.

It is expected that the calling application has allocated space for the return value.

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

Property Documentation

BOOL ISkpConstructionPoint::DisplayAsLine [get]

[propget] Determine if this is displayed as a line.

Return values:
pVal TRUE iff this is displayed as a line.
Returns:
S_OK : if successful
E_POINTER : if any of the required arguments are NULL
E_FAIL : internal errors
ISkpPoint3d ISkpConstructionPoint::FromPosition [get]

[propget] Returns the anchor point.

Return values:
pPoint3d The anchor point.
Returns:
S_OK : if successful
E_POINTER : if any of the required arguments are NULL
E_FAIL : internal errors
ISkpPoint3d ISkpConstructionPoint::Position [get]

[propget] Returns the point.

Return values:
pPoint3d The point.
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