VCGetGCDDefaultHatchName
VCSetGCDDefaultHatchName


Version:

1.2

Description:

The default Visual CADD™ hatch pattern name used to convert GCD hatch entities.

Declaration:

 

C/C++

extern "C" short WINAPI VCGetGCDDefaultHatchName(short* iError, char* szName);
extern "C" void WINAPI VCSetGCDDefaultHatchName(short* iError, char* szName);

Delphi

function VCGetGCDDefaultHatchName(var iError: Smallint; szName: PAnsiChar):Smallint;
procedure VCSetGCDDefaultHatchName(var iError: Smallint; szName: PAnsiChar); stdcall;

ActiveX/COM

Function GetGCDDefaultHatchName() As String
Sub SetGCDDefaultHatchName(ByVal szName As String)

Parameters:

szName - the default hatch pattern name.
Returns
- the length of the current setting.

Notes:

The hatch patterns from the GCD format cannot be used directly in Visual CADD™. These patterns must converted to either symbols or to a default hatch pattern and changed in Visual CADD™. VCGetKeepGCDHatch specifies if hatches are converted to a default hatch or recreated as a symbol definition.

See Also:

VCAddHatchEntity, VCGetKeepGCDHatch, VCGetKeepGCDFontName, VCGetKeepAcadFontName