MKI_HatchSetByIndex (Elements) Changed in Version 2019.0

www.CAD6.com

C++ Syntax

bool

MKI_HatchSetByIndex(

 __int32 f_nIndex,

 MKI_CONST_HATCHDEF_REF f_rData );

 

Replaces the desired hatch type definition with the new definition pointed to by Data.

 

In order to delete a hatch type definition, replace it with a hatching type where Data->HatchName is set to "".

 

Parameters

Index

[__int32] Zero-based index of the hatch type definition that shall be set. Valid range: 0 <= Value <= MKI_HATCH_MAX.

Data

[MKI_CONST_HATCHDEF_REF] Address of a buffer containing the new hatch type definition.

 

Return Value

Returns true if successful, false if not.

 

CAD6interface 2026.0 - Copyright 2026 Malz++Kassner® GmbH