VCGetKeepGCDHatch
VCSetKeepGCDHatch


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);
extern "C" void WINAPI VCSetKeepGCDHatch(short* iError, BOOL tf);

Delphi

function VCGetKeepGCDHatch(var iError: Smallint):Wordbool; stdcall;
procedure VCSetKeepGCDHatch(var iError: Smallint; tf: Wordbool); stdcall;

ActiveX/COM

Function GetKeepGCDHatch() As long
Sub SetKeepGCDHatch(ByVal b As long)

Parameters:

tf - toggle setting
0 - use a default hatch pattern.
1 - convert to a symbol definition.

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