EgtInterface 2.2j1 :
- aggiornata interfaccia EgtExportDxf con parametro Flag.
This commit is contained in:
+2
-2
@@ -84,9 +84,9 @@ __stdcall EgtAdvancedImport( const wchar_t* wsFilePath)
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtExportDxf( int nId, const wchar_t* wsFilePath)
|
||||
__stdcall EgtExportDxf( int nId, const wchar_t* wsFilePath, int nFlag)
|
||||
{
|
||||
return ( ExeExportDxf( nId, wstrztoA( wsFilePath)) ? TRUE : FALSE) ;
|
||||
return ( ExeExportDxf( nId, wstrztoA( wsFilePath), nFlag) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user