Interface dedicated to modify or read the current settings
corresponding to the DXF Data Exchange (used for DXF or DWG files)
Ensure consistency with the C++ interface to which the work is delegated.
Properties
-
Property ExportBlocks() As (Read Only)
-
Get the value of the Export Blocks option. That value is only taken into account
when the export mode is set to Semantic.
- Parameters:
-
- oExportBlocks
- Legal values:
An available value of the enum CatDxfExportBlocksEnum.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Property ExportDimensionsAsDimensions() As (Read Only)
-
Get the value of the Export Dimensions As Dimensions option. That value is only taken into account
when the export mode is set to Semantic.
- Parameters:
-
- oExportDimension
- Legal values:
TRUE : Export dimensions as dimensions.
FALSE : Export dimensions as graphical block.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Property ExportLayerName() As (Read Only)
-
Get the value of the Export Layer Name option. That value is only taken into account
when the export mode is set to Semantic.
- Parameters:
-
- oExportLayerName
- Legal values:
TRUE : Export Layer Name.
FALSE : Export Layer Number.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Property ExportMode() As (Read Only)
-
Get the Export Mode option value.
- Parameters:
-
- oMode
- Legal values:
An available value of the enum CatDxfExportModeEnum.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Property ExportSheets() As (Read Only)
-
Get the Exported Sheets option value.
- Parameters:
-
- oSheets
- Legal values:
An available value of the enum CatDxfExportSheetsEnum.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Property ExportVersion() As (Read Only)
-
Get the Export Version option value.
- Parameters:
-
- oVersion
- Legal values:
An available value of the enum CatDxfExportVersionEnum.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Property ExportViewAsViewport() As (Read Only)
-
Get the value of the Export Views as Viewports option. That value is only taken into account
when the export mode is set to Semantic.
- Parameters:
-
- oViewsAsViewports
- Legal values:
TRUE : Export Views as Viewports enable.
FALSE : Export Views as Viewports disable.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Property ImportDftStandard() As (Read Only)
-
Get the name of the Drafting standard, which define
the standard of the resulting CATDrawing file.
- Parameters:
-
- oDftStandard
- the CATBSTR corresponding to the Drafting standard.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Property ImportDimensions() As (Read Only)
-
Get the Import dimensions option value.
- Parameters:
-
- oDimensions
- Legal values:
An available value of the enum CatDxfImportDimensionsEnum.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Property ImportDxfStandard() As (Read Only)
-
Get the name of the Dxf standard, which define the different mapping used at import.
- Parameters:
-
- oDxfStandard
- the CATBSTR corresponding to the Dxf standard.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Property ImportEndPoints() As (Read Only)
-
Get the Create End Points option value.
- Parameters:
-
- oEndPoints
- Legal values:
An available value of the enum CatDxfImportCreateEndPointsEnum.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Property ImportKeepModelSpace() As (Read Only)
-
Get the value of the Keep Model Space option.
- Parameters:
-
- oKeepModelSpace
- Legal values:
TRUE : always keep the entire Model Space in its own sheet.
FALSE : keep the entire Model Space in its own sheet but only if the automatic management detects that it's required.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Property ImportMapLayerOn2DL() As (Read Only)
-
Get the value of Map Layer On 2DL sheet option.
- Parameters:
-
- oMapLayerOn2DL
- Legal values:
TRUE : always Map Layer On 2DL sheets.
FALSE : No specific treatment on layer
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Property ImportPaperSpacesInBackground() As (Read Only)
-
Get the value of the Paper Spaces in Background option.
- Parameters:
-
- oPaperSpacesInBackground
- Legal values:
TRUE : All Paper Spaces entities are put into the corresponding Sheet's Background
FALSE : All Paper Spaces entities are put into a view inside the corresponding Sheet's Working Views
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Property ImportScaleDenominator() As (Read Only)
-
Get the denominator value of the scale factor. That value is only taken into account
when the import unit is set to Scale Factor.
- Parameters:
-
- oScaleDen
- the denominator value of the scale factor.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Property ImportScaleNumerator() As (Read Only)
-
Get the numerator value of the scale factor. That value is only taken into account
when the import unit is set to Scale Factor.
- Parameters:
-
- oScaleNum
- the numerator value of the scale factor.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Property ImportUnit() As (Read Only)
-
Get the import unit.
- Parameters:
-
- oUnit
- Legal values:
An available value of the enum CatDxfImportUnitEnum.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
Methods
-
Func GetExportBlocksInfo( ioAdminLevel, ioLocked) As
-
Retrieves environment informations for the Export Blocks option.
- Parameters:
-
- ioAdminLevel
-
If the option is locked, AdminLevel gives the administration
level that imposes the value of the option.
If the option is not locked, AdminLevel gives the administration
level that will give the value of the option after a reset.
dd>
- ioLocked
- Indicates if the option has been locked.
dd>
- oModified
- Indicates if the option has been explicitly modified or remain
to the administrated value.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Func GetExportDimensionsAsDimensionsInfo( ioAdminLevel, ioLocked) As
-
Retrieves environment informations for the Export Dimensions As Dimensions option.
- Parameters:
-
- ioAdminLevel
-
If the option is locked, AdminLevel gives the administration
level that imposes the value of the option.
If the option is not locked, AdminLevel gives the administration
level that will give the value of the option after a reset.
dd>
- ioLocked
- Indicates if the option has been locked.
dd>
- oModified
- Indicates if the option has been explicitly modified or remain
to the administrated value.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Func GetExportLayerNameInfo( ioAdminLevel, ioLocked) As
-
Retrieves environment informations for the Export Layer Name option.
- Parameters:
-
- ioAdminLevel
-
If the option is locked, AdminLevel gives the administration
level that imposes the value of the option.
If the option is not locked, AdminLevel gives the administration
level that will give the value of the option after a reset.
dd>
- ioLocked
- Indicates if the option has been locked.
dd>
- oModified
- Indicates if the option has been explicitly modified or remain
to the administrated value.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Func GetExportModeInfo( ioAdminLevel, ioLocked) As
-
Retrieves environment informations for the Export Mode option.
- Parameters:
-
- ioAdminLevel
-
If the option is locked, AdminLevel gives the administration
level that imposes the value of the option.
If the option is not locked, AdminLevel gives the administration
level that will give the value of the option after a reset.
dd>
- ioLocked
- Indicates if the option has been locked.
dd>
- oModified
- Indicates if the option has been explicitly modified or remain
to the administrated value.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Func GetExportSheetsInfo( ioAdminLevel, ioLocked) As
-
Retrieves environment informations for the Exported Sheets option.
- Parameters:
-
- ioAdminLevel
-
If the option is locked, AdminLevel gives the administration
level that imposes the value of the option.
If the option is not locked, AdminLevel gives the administration
level that will give the value of the option after a reset.
dd>
- ioLocked
- Indicates if the option has been locked.
dd>
- oModified
- Indicates if the option has been explicitly modified or remain
to the administrated value.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Func GetExportVersionInfo( ioAdminLevel, ioLocked) As
-
Retrieves environment informations for the Export Version option.
- Parameters:
-
- ioAdminLevel
-
If the option is locked, AdminLevel gives the administration
level that imposes the value of the option.
If the option is not locked, AdminLevel gives the administration
level that will give the value of the option after a reset.
dd>
- ioLocked
- Indicates if the option has been locked.
dd>
- oModified
- Indicates if the option has been explicitly modified or remain
to the administrated value.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Func GetExportViewAsViewportInfo( ioAdminLevel, ioLocked) As
-
Retrieves environment informations for the Export Views as Viewports option.
- Parameters:
-
- ioAdminLevel
-
If the option is locked, AdminLevel gives the administration
level that imposes the value of the option.
If the option is not locked, AdminLevel gives the administration
level that will give the value of the option after a reset.
dd>
- ioLocked
- Indicates if the option has been locked.
dd>
- oModified
- Indicates if the option has been explicitly modified or remain
to the administrated value.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Func GetImportDftStandardInfo( ioAdminLevel, ioLocked) As
-
Retrieves environment informations for the Drafting standard option.
- Parameters:
-
- ioAdminLevel
-
If the option is locked, AdminLevel gives the administration
level that imposes the value of the option.
If the option is not locked, AdminLevel gives the administration
level that will give the value of the option after a reset.
dd>
- ioLocked
- Indicates if the option has been locked.
dd>
- oModified
- Indicates if the option has been explicitly modified or remain
to the administrated value.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Func GetImportDimensionsInfo( ioAdminLevel, ioLocked) As
-
Retrieves environment informations for the Import dimensions option.
- Parameters:
-
- ioAdminLevel
-
If the option is locked, AdminLevel gives the administration
level that imposes the value of the option.
If the option is not locked, AdminLevel gives the administration
level that will give the value of the option after a reset.
dd>
- ioLocked
- Indicates if the option has been locked.
dd>
- oModified
- Indicates if the option has been explicitly modified or remain
to the administrated value.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Func GetImportDxfStandardInfo( ioAdminLevel, ioLocked) As
-
Retrieves environment informations for the DXF standard option.
- Parameters:
-
- ioAdminLevel
-
If the option is locked, AdminLevel gives the administration
level that imposes the value of the option.
If the option is not locked, AdminLevel gives the administration
level that will give the value of the option after a reset.
dd>
- ioLocked
- Indicates if the option has been locked.
dd>
- oModified
- Indicates if the option has been explicitly modified or remain
to the administrated value.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Func GetImportEndPointsInfo( ioAdminLevel, ioLocked) As
-
Retrieves environment informations for the Create End Points option.
- Parameters:
-
- ioAdminLevel
-
If the option is locked, AdminLevel gives the administration
level that imposes the value of the option.
If the option is not locked, AdminLevel gives the administration
level that will give the value of the option after a reset.
dd>
- ioLocked
- Indicates if the option has been locked.
dd>
- oModified
- Indicates if the option has been explicitly modified or remain
to the administrated value.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Func GetImportKeepModelSpaceInfo( ioAdminLevel, ioLocked) As
-
Retrieves environment informations for the Keep Model Space option.
- Parameters:
-
- ioAdminLevel
-
If the option is locked, AdminLevel gives the administration
level that imposes the value of the option.
If the option is not locked, AdminLevel gives the administration
level that will give the value of the option after a reset.
dd>
- ioLocked
- Indicates if the option has been locked.
dd>
- oModified
- Indicates if the option has been explicitly modified or remain
to the administrated value.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Func GetImportMapLayerOn2DLInfo( ioAdminLevel, ioLocked) As
-
Retrieves environment informations for Map Layer On 2DL option.
- Parameters:
-
- ioAdminLevel
-
If the option is locked, AdminLevel gives the administration
level that imposes the value of the option.
If the option is not locked, AdminLevel gives the administration
level that will give the value of the option after a reset.
dd>
- ioLocked
- Indicates if the option has been locked.
dd>
- oModified
- Indicates if the option has been explicitly modified or remain
to the administrated value.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Func GetImportPaperSpacesInBackgroundInfo( ioAdminLevel, ioLocked) As
-
Retrieves environment informations for the Paper Spaces in Background option.
- Parameters:
-
- ioAdminLevel
-
If the option is locked, AdminLevel gives the administration
level that imposes the value of the option.
If the option is not locked, AdminLevel gives the administration
level that will give the value of the option after a reset.
dd>
- ioLocked
- Indicates if the option has been locked.
dd>
- oModified
- Indicates if the option has been explicitly modified or remain
to the administrated value.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Func GetImportScaleDenominatorInfo( ioAdminLevel, ioLocked) As
-
Retrieves environment informations for the scale factor's denominator value option.
- Parameters:
-
- ioAdminLevel
-
If the option is locked, AdminLevel gives the administration
level that imposes the value of the option.
If the option is not locked, AdminLevel gives the administration
level that will give the value of the option after a reset.
dd>
- ioLocked
- Indicates if the option has been locked.
dd>
- oModified
- Indicates if the option has been explicitly modified or remain
to the administrated value.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Func GetImportScaleNumeratorInfo( ioAdminLevel, ioLocked) As
-
Retrieves environment informations for the scale factor's numerator value option.
- Parameters:
-
- ioAdminLevel
-
If the option is locked, AdminLevel gives the administration
level that imposes the value of the option.
If the option is not locked, AdminLevel gives the administration
level that will give the value of the option after a reset.
dd>
- ioLocked
- Indicates if the option has been locked.
dd>
- oModified
- Indicates if the option has been explicitly modified or remain
to the administrated value.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Func GetImportUnitInfo( ioAdminLevel, ioLocked) As
-
Retrieves environment informations for the import unit option.
- Parameters:
-
- ioAdminLevel
-
If the option is locked, AdminLevel gives the administration
level that imposes the value of the option.
If the option is not locked, AdminLevel gives the administration
level that will give the value of the option after a reset.
dd>
- ioLocked
- Indicates if the option has been locked.
dd>
- oModified
- Indicates if the option has been explicitly modified or remain
to the administrated value.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Sub SetExportBlocksLock( iLocked)
-
Locks or unlocks the Export Blocks option if the
operation is allowed in the current administrated environment. In user mode
this method will always return E_FAIL.
- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
TRUE: to lock the option.
FALSE: to unlock the option.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Sub SetExportDimensionsAsDimensionsLock( iLocked)
-
Locks or unlocks the Export Dimensions As Dimensions option if the
operation is allowed in the current administrated environment. In user mode
this method will always return E_FAIL.
- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
TRUE: to lock the option.
FALSE: to unlock the option.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Sub SetExportLayerNameLock( iLocked)
-
Locks or unlocks the Export Layer Name option if the
operation is allowed in the current administrated environment. In user mode
this method will always return E_FAIL.
- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
TRUE: to lock the option.
FALSE: to unlock the option.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Sub SetExportModeLock( iLocked)
-
Locks or unlocks the Export Mode option if the
operation is allowed in the current administrated environment. In user mode
this method will always return E_FAIL.
- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
TRUE: to lock the option.
FALSE: to unlock the option.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Sub SetExportSheetsLock( iLocked)
-
Locks or unlocks the Exported Sheets option if the
operation is allowed in the current administrated environment. In user mode
this method will always return E_FAIL.
- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
TRUE: to lock the option.
FALSE: to unlock the option.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Sub SetExportVersionLock( iLocked)
-
Locks or unlocks the Export Version option if the
operation is allowed in the current administrated environment. In user mode
this method will always return E_FAIL.
- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
TRUE: to lock the option.
FALSE: to unlock the option.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Sub SetExportViewAsViewportLock( iLocked)
-
Locks or unlocks the Export Views as Viewports option if the
operation is allowed in the current administrated environment. In user mode
this method will always return E_FAIL.
- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
TRUE: to lock the option.
FALSE: to unlock the option.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Sub SetImportDftStandardLock( iLocked)
-
Locks or unlocks the Drafting standard option if the
operation is allowed in the current administrated environment. In user mode
this method will always return E_FAIL.
- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
TRUE: to lock the option.
FALSE: to unlock the option.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Sub SetImportDimensionsLock( iLocked)
-
Locks or unlocks the Import dimensions option if the
operation is allowed in the current administrated environment. In user mode
this method will always return E_FAIL.
- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
TRUE: to lock the option.
FALSE: to unlock the option.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Sub SetImportDxfStandardLock( iLocked)
-
Locks or unlocks the DXF standard option if the
operation is allowed in the current administrated environment. In user mode
this method will always return E_FAIL.
- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
TRUE: to lock the option.
FALSE: to unlock the option.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Sub SetImportEndPointsLock( iLocked)
-
Locks or unlocks the Create End Points option if the
operation is allowed in the current administrated environment. In user mode
this method will always return E_FAIL.
- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
TRUE: to lock the option.
FALSE: to unlock the option.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Sub SetImportKeepModelSpaceLock( iLocked)
-
Locks or unlocks the Keep Model Space option if the
operation is allowed in the current administrated environment. In user mode
this method will always return E_FAIL.
- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
TRUE: to lock the option.
FALSE: to unlock the option.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Sub SetImportMapLayerOn2DLLock( iLocked)
-
Locks or unlocks Map on Layer2DL option if the
operation is allowed in the current administrated environment. In user mode
this method will always return E_FAIL.
- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
TRUE: to lock the option.
FALSE: to unlock the option.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Sub SetImportPaperSpacesInBackgroundLock( iLocked)
-
Locks or unlocks the Paper Spaces in Background option if the
operation is allowed in the current administrated environment. In user mode
this method will always return E_FAIL.
- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
TRUE: to lock the option.
FALSE: to unlock the option.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Sub SetImportScaleDenominatorLock( iLocked)
-
Locks or unlocks the scale factor's denominator value option if the
operation is allowed in the current administrated environment. In user mode
this method will always return E_FAIL.
- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
TRUE: to lock the option.
FALSE: to unlock the option.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Sub SetImportScaleNumeratorLock( iLocked)
-
Locks or unlocks the scale factor's numerator value option if the
operation is allowed in the current administrated environment. In user mode
this method will always return E_FAIL.
- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
TRUE: to lock the option.
FALSE: to unlock the option.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Sub SetImportUnitLock( iLocked)
-
Locks or unlocks the import unit option if the
operation is allowed in the current administrated environment. In user mode
this method will always return E_FAIL.
- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
TRUE: to lock the option.
FALSE: to unlock the option.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Sub set_ExportBlocks( iExportBlocks)
-
Set the value of the Export Layer Name option. That value is only taken into account
when the export mode is set to Semantic.
- Parameters:
-
- iExportBlocks
- Legal values:
An available value of the enum CatDxfExportBlocksEnum.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Sub set_ExportDimensionsAsDimensions( iExportDimension)
-
Set the value of the Export Dimensions As Dimensions option. That value is only taken into account
when the export mode is set to Semantic.
- Parameters:
-
- iExportDimension
- Legal values:
TRUE : Export dimensions as dimensions.
FALSE : Export dimensions as graphical block.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Sub set_ExportLayerName( iExportLayerName)
-
Set the value of the Export Layer Name option. That value is only taken into account
when the export mode is set to Semantic.
- Parameters:
-
- iExportLayerName
- Legal values:
TRUE : Export Layer Name.
FALSE : Export Layer Number.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Sub set_ExportMode( iMode)
-
Set the Export Mode option value.
- Parameters:
-
- iMode
- Legal values:
An available value of the enum CatDxfExportModeEnum.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Sub set_ExportSheets( iSheets)
-
set the Exported Sheets option value.
- Parameters:
-
- iSheets
- Legal values:
An available value of the enum CatDxfExportSheetsEnum.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Sub set_ExportVersion( iVersion)
-
Set the Export Version option value.
- Parameters:
-
- iVersion
- Legal values:
An available value of the enum CatDxfExportVersionEnum.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Sub set_ExportViewAsViewport( iViewsAsViewports)
-
Set the value of the Export Views as Viewports option. That value is only taken into account
when the export mode is set to Semantic.
- Parameters:
-
- iViewsAsViewports
- Legal values:
TRUE : Enable the export of views as Viewports.
FALSE : Disable the export of views as Viewports.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Sub set_ImportDftStandard( iDftStandard)
-
Set the name of the Drafting standard, which define
the standard of the resulting CATDrawing file.
- Parameters:
-
- iDftStandard
- the CATBSTR corresponding to the Drafting standard.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Sub set_ImportDimensions( iDimensions)
-
Set the Import dimensions option value.
- Parameters:
-
- iDimensions
- Legal values:
An available value of the enum CatDxfImportDimensionsEnum.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Sub set_ImportDxfStandard( iDxfStandard)
-
Set the name of the Dxf standard, which define the different mapping used at import.
- Parameters:
-
- iDxfStandard
- the CATBSTR corresponding to the Dxf standard.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Sub set_ImportEndPoints( iEndPoints)
-
Set the Create End Points option value.
- Parameters:
-
- iEndPoints
- Legal values:
An available value of the enum CatDxfImportCreateEndPointsEnum.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Sub set_ImportKeepModelSpace( iKeepModelSpace)
-
Set the value of the Keep Model Space option.
- Parameters:
-
- iKeepModelSpace
- Legal values:
TRUE : always keep the entire Model Space in its own sheet.
FALSE : keep the entire Model Space in its own sheet but only if the automatic management detects that it's required.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Sub set_ImportMapLayerOn2DL( iMapLayerOn2DL)
-
Set the value of Map Layer On 2DL sheet option.
- Parameters:
-
- iMapLayerOn2DL
- Legal values:
TRUE : always Map Layer On 2DL sheets.
FALSE : No specific treatment on layer
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Sub set_ImportPaperSpacesInBackground( iPaperSpacesInBackground)
-
Set the value of the Paper Spaces in Background option.
- Parameters:
-
- iPaperSpacesInBackground
- Legal values:
TRUE : All Paper Spaces entities are put into the corresponding Sheet's Background
FALSE : All Paper Spaces entities are put into a view inside the corresponding Sheet's Working Views
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Sub set_ImportScaleDenominator( iScaleDen)
-
Get the denominator value of the scale factor. That value is only taken into account
when the import unit is set to Scale Factor.
- Parameters:
-
- iScaleDen
- the denominator value of the scale factor, which is supposed to be not null.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Sub set_ImportScaleNumerator( iScaleNum)
-
Set the numerator value of the scale factor. That value is only taken into account
when the import unit is set to Scale Factor.
- Parameters:
-
- iScaleNum
- the numerator value of the scale factor.
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>
-
Sub set_ImportUnit( iUnit)
-
Set the import unit.
- Parameters:
-
- iUnit
- Legal values:
An available value of the enum CatDxfImportUnitEnum
dd>
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
dd>