A construction point.
More...
List of all members.
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:
-
- 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
[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
[propget] Returns the point.
- Return values:
-
- Returns:
- S_OK : if successful
E_POINTER : if any of the required arguments are NULL
E_FAIL : internal errors