MKI_BitmapLibraryDelete (Bitmaps) New in Version 6.41

www.CAD6.com

C++ Syntax

bool

MKI_BitmapLibraryDelete(

 const LPCWSTR f_pszLibraryName,

 __int32 f_nBitmapIndex );

 

Removes a currently loaded bitmap from the given library. This includes both referenced and embedded bitmaps.

 

Parameters

LibraryName

[const LPCWSTR] Name of the library whose bitmap list shall be accessed. Fails if library name is MKI_BLOCK_ID.

BitmapIndex

[__int32] Zero-based index of the bitmap to be removed from memory. Valid range: 0 <= Value < MKI_BitmapLibraryGetNumber.

 

Return Value

Returns true if successful. If false is returned, the given parameters are invalid.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH