DG Kernel Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
Overview of the software
What is new
Licensing
Expand ModelsModels
Expand DG Kernel ComponentsDG Kernel Components
Collapse API ReferenceAPI Reference
Interface List
Vector Space
Expand General GeometryGeneral Geometry
Collapse ModelModel
Expand ViewView
Expand General ComputingGeneral Computing
Expand Samples and TutorialsSamples and Tutorials
Expand GraphicsGraphics
Expand Math ObjectsMath Objects
Expand DeprecatedDeprecated
Redistribution
Model Viewer
Open Source
Support
Skip Navigation LinksHome Page > API Reference > Model > Import / Export > IFormatVersionDataContext Search Documentation


IFormatVersionDataContext Interface

SetSaveFormatVersion
GetSaveFormatVersion

IFormatVersionDataContext interface is used to specify a CAD format version during call to IModelEx.SaveEx

See also: DataFlow sample


HRESULT SetSaveFormatVersion( int version )

Parameters:

version -[in] format version as returned by the ICADFormat_KC.GetVersion or enumerated in Format Versions

Remarks:

Specifies the format version to be saved


HRESULT GetSaveFormatVersion( int* version )

Parameters

version -[out,retval] The current default format version

Remarks:

Returns the current default format version. See ICADFormat_KC.SetDeafultSaveVersionIndex for more information