Version: |
1.2 |
Description: |
Specifies if the Generic CAD hatch patterns are converted to symbols or to a default pattern. |
Declaration: |
|
C/C++ |
extern "C" BOOL WINAPI VCGetKeepGCDHatch(short*
iError); |
Delphi |
function VCGetKeepGCDHatch(var iError:
Smallint):Wordbool; stdcall; |
ActiveX/COM |
Function GetKeepGCDHatch() As long |
Parameters: |
tf - toggle setting |
Notes: |
The hatch patterns from the GCD format can not be used directly in Visual CADD™. These patterns must be converted to either symbols or to a default hatch pattern when importing drawings into Visual CADD™. VCGetKeepGCDHatch specifies whether hatches are converted to a default hatch pattern or recreated as a symbol definition. |
See Also: |
VCGetKeepGCDFontName, VCGetKeepAcadFontName, VCGetGCDDefaultHatchName, VCGetAcadImportUnit |