The model, including all entities and supporting meta-data.
More...
List of all members.
Detailed Description
The model, including all entities and supporting meta-data.
- See also:
- ISkpEntityProvider
Property Documentation
[propget] Returns the ISkpApplication which provides this document.
- Return values:
-
- Returns:
- S_OK : if successful
E_POINTER : if pVal == NULL
[propget] Returns a Collection of all the ISkpComponentDefinition objects within this document.
- Return values:
-
- Returns:
- S_OK : if successful
E_POINTER : if pDefinitions == NULL
[propget] Returns the current camera used by this document.
This method is used to retrieve the current, active, camera. This camera may or may not be the camera associated with the current active page.
- Return values:
-
- Returns:
- S_OK : if successful
E_POINTER : if pVal == NULL
[propget] Returns (mutable) current camera used by this document.
This method is used to retrieve the current, active, camera. This camera may or may not be the camera associated with the current active page.
- Return values:
-
- Returns:
- S_OK : if successful
E_POINTER : if pVal == NULL
BSTR ISkpDocument::Description [get] |
[propget] Returns the description of the document.
- Return values:
-
| pDesc | The document's description. |
- Returns:
- S_OK : if successful
E_POINTER : if pDesc == NULL
[propget] Returns a Collection of all the ISkpFont objects within this document.
- Return values:
-
| pVal | The ISkpFonts collection. This object is never NULL. |
- Returns:
- S_OK : if successful
E_POINTER : if pVal == NULL
[propget] Returns a interface to an HLRView.
- Return values:
-
- Returns:
- S_OK : if successful
E_POINTER : if pVal == NULL
[propget] Returns a Collection of all the ISkpLayer objects within this document.
- Return values:
-
| pLayers | The ISkpLayers collection. This object is never NULL. |
- Returns:
- S_OK : if successful
E_POINTER : if pLayers == NULL
[propget] Returns a Collection of all the ISkpMaterial objects within this document.
- Return values:
-
- Returns:
- S_OK : if successful
E_POINTER : if pVal == NULL
[propget] Returns the bounding box for the entire model.
- Return values:
-
- Returns:
- S_OK : if successful
E_POINTER : if pVal == NULL
[propget] Returns the bounding box for the entire model in LLA coordinates.
- Return values:
-
- Returns:
- S_OK : if successful
E_POINTER : if pVal == NULL
[propget] Returns the ISkpOptionsManager for this document.
- Return values:
-
- Returns:
- S_OK : if successful
E_POINTER : if pVal == NULL
[propget] Returns a Collection of all the ISkpPage objects within this document.
- Return values:
-
| pVal | The ISkpPages collection. This object is never NULL. |
- Returns:
- S_OK : if successful
E_POINTER : if pVal == NULL
[propget] Returns a interface to render to a bitmap.
- Return values:
-
- Returns:
- S_OK : if successful
E_POINTER : if pVal == NULL
[propget] Returns the current selection
- Return values:
-
| pVal | The current selection set. |
- Returns:
- S_OK : if successful
E_POINTER : if pVal == NULL
Gets the current Shadow options.
There may be no Pages, so there's no "Selected Page" to query Shadow options.
- Return values:
-
| ppShadowOptions | The shadow options. |
[propget] Returns the ISkpStyleManager for this document.
- Return values:
-
- Returns:
- S_OK : if successful
E_POINTER : if pVal == NULL