MKI_BLOCK_BITMAPREF (Data Block Classes)

www.CAD6.com

C++ Syntax

class MKI_BLOCK_BITMAPREF : public MKI_BLOCK_BASE

{

  public:

 

  MKI_BITMAPREF m_cData;

};

 

This structure describes a data block storing MKI_BITMAPREF data types.

 

Element Description

Header

[MKI_BLOCK_HEADER] This structure contains general information about the data block. The ElemType element is to be set to MKI_DB_TYPE_NATIVE (0), the BlockType element to MKI_DB_INFO_BITMAPREF (243).

Data

[MKI_BITMAPREF] Data element stored in the data block.

 

MKD Syntax

A data block of type 243 is used to store the parameters for bitmap references, i.e. for objects that are used to display bitmap files in the drawing.

 

BlockOwner,243,0,0,Data;

 

Element Description

BlockOwner

[__int16] This value is a unique identification of the creator of the plug-in that created the data block. The value MKI_DB_OWNER_MK is reserved for use by Malz++Kassner, especially for objects and data blocks that are created and handled directly by the application. Valid range: 0 <= Value < 10000.

Third-party vendors that plan to implement a plug-in should contact Malz++Kassner to receive their unique identification (see Getting Your Private Owner ID).

Data

[MKI_BITMAPREF] Data element stored in the data block.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH