DG Kernel (ActiveX) Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
What is new
Upgrading Native Apps
Licensing
Collapse ModelsModels
Collapse DG Kernel ControlsDG Kernel Controls
Collapse API ReferenceAPI Reference
Interface List
Vector Space
Collapse General GeometryGeneral Geometry
Collapse ModelModel
Collapse ViewView
Collapse General ComputingGeneral Computing
Collapse ViewsViews
Collapse Samples and TutorialsSamples and Tutorials
Collapse GraphicsGraphics
Collapse Math ObjectsMath Objects
Collapse DeprecatedDeprecated
Redistribution
Model Viewer
Open Source
Support
Skip Navigation Links Go to DGKC docs Search Documentation


IKCStack Interface

Push
Pop

Manages saving internally and restoring state of a software object. Example: State of 3DBugger

See also Interface List


HRESULT Push(int attributes)

Parameters

attributes - [in] identifies set of attributes to be stored

Remarks:

After this call current state of the object, which implements this interface will be stored by the object. Call to the Pop() method will restore the state. In this release the attributes parameter is ignored


HRESULT Pop(int attributes)

Parameters

attributes - [in] identifies set of attributes to be restored

Remarks:

Restored state of the object saved by the correspondent Push() call. In this release the attributes parameter is ignored