![]() |
|
A page object. More...
Properties | |
BSTR | Name [get] |
[propget] Returns the name of the page. | |
ISkpCamera | Camera [get] |
[propget] Returns the camera of the page. | |
BOOL | UseCamera [get] |
[propget] Determines whether the page uses the camera. | |
BOOL | UseRenderingOptions [get] |
[propget] Determines whether the page uses rendering options. | |
BOOL | UseShadowInfo [get] |
[propget] Determines whether the page uses shadowing options. | |
BOOL | UseSketchCS [get] |
[propget] Determines whether the page uses sketch coordinate system. | |
BOOL | UseHidden [get] |
[propget] Determines whether the page uses the hidden properties of entities. | |
BOOL | UseHiddenLayers [get] |
[propget] Determines whether the page uses the hidden properties of layers. | |
ISkpOptionsProvider | RenderingOptions [get] |
Gets the Rendering options associated with this page. | |
ISkpOptionsProvider | ShadowOptions [get] |
Gets the Shadow options associated with this page. | |
ISkpCoordinateSystem | CoordinateSystem [get] |
Gets the coordinate system used with this page - if any. | |
ISkpLayers | Layers [get] |
[propget] Returns a Collection of all the ISkpLayer objects that have special settings on this Page. This is normally the Layers that are hidden on this Page. | |
ISkpEntities | HiddenEntities [get] |
[propget] Returns a Collection of ISkpEntities that are hidden on this Page. | |
long | Flags [get] |
[propget] Returns bitfiled indicating which values are saved. | |
BOOL | SketchAxesDisplayed [get] |
[propget] Gets whether the sketch axes are displayed. | |
ISkpStyle | Style [get] |
Get the Style associated with this page. | |
BOOL | PhotoMatchImageDisplayed [get] |
[propget] Gets whether Photo Match image is displayed. |
A page object.
ISkpCamera ISkpPage::Camera [get] |
[propget] Returns the camera of the page.
pVal | The page's camera. |
ISkpCoordinateSystem ISkpPage::CoordinateSystem [get] |
Gets the coordinate system used with this page - if any.
If this page does not have its own coordinate system, this method returns NULL.
ppCS | The Coordinate system used by this page, if any. |
long ISkpPage::Flags [get] |
[propget] Returns bitfiled indicating which values are saved.
ISkpEntities ISkpPage::HiddenEntities [get] |
[propget] Returns a Collection of ISkpEntities that are hidden on this Page.
pEntities | The ISkpEntities collection. |
ISkpLayers ISkpPage::Layers [get] |
[propget] Returns a Collection of all the ISkpLayer objects that have special settings on this Page. This is normally the Layers that are hidden on this Page.
pLayers | The ISkpLayers collection. |
BSTR ISkpPage::Name [get] |
[propget] Returns the name of the page.
pVal | The page's name. |
BOOL ISkpPage::PhotoMatchImageDisplayed [get] |
[propget] Gets whether Photo Match image is displayed.
pVal | is set to TRUE if an image is displayed. |
ISkpOptionsProvider ISkpPage::RenderingOptions [get] |
Gets the Rendering options associated with this page.
If the page does not use rendering options then this returns NULL.
ppRenderingOptions | The rendering options used, if any. |
ISkpOptionsProvider ISkpPage::ShadowOptions [get] |
Gets the Shadow options associated with this page.
If the page does not use Shadow options then this returns NULL.
ppShadowOptions | The shadow options, if any. |
BOOL ISkpPage::SketchAxesDisplayed [get] |
[propget] Gets whether the sketch axes are displayed.
pVal | is set to TRUE if the axes are displayed. |
ISkpStyle ISkpPage::Style [get] |
Get the Style associated with this page.
pVal | The non-NULL return value into which to place the item. |
ppStyle | The style. |
BOOL ISkpPage::UseCamera [get] |
[propget] Determines whether the page uses the camera.
pVal | TRUE iff the page uses a camera. |
BOOL ISkpPage::UseHidden [get] |
[propget] Determines whether the page uses the hidden properties of entities.
pVal | TRUE iff the page uses the hidden properties. |
BOOL ISkpPage::UseHiddenLayers [get] |
[propget] Determines whether the page uses the hidden properties of layers.
pVal | TRUE iff the page uses the hidden properties of layers. |
BOOL ISkpPage::UseRenderingOptions [get] |
[propget] Determines whether the page uses rendering options.
pVal | TRUE iff the page uses the rendering options. |
BOOL ISkpPage::UseShadowInfo [get] |
[propget] Determines whether the page uses shadowing options.
pVal | TRUE iff the page uses the shadowing options. |
BOOL ISkpPage::UseSketchCS [get] |
[propget] Determines whether the page uses sketch coordinate system.
The Sketch coordinate system is referred to as the Sketch axes.
pVal | TRUE iff the page uses the sketch cs. |
©2010 Google - Google Home - About Google |