MKI_PARSE_OBJ_TEXTFRAME (Object Parser Classes) Changed in Version 2019.1

www.CAD6.com

C++ Syntax

class MKI_PARSE_OBJ_TEXTFRAME

{

  public:

 

  MKI_BLOCK_POINT_PTR m_pStart,

                      m_pVector1,

                      m_pVector2;

  MKI_BLOCK_TEXT_PTR m_pText;

  MKI_BLOCK_TEXTFRAME_PTR m_pTextFrm;

 

  MKI_PARSE_OBJ_TEXTFRAME( MKI_CONST_ENTITY_OBJECT_PTR f_pObj );

 

  MKI_POINT_REF

  PointStart( void );

 

  MKI_POINT_REF

  PointVector1( void );

 

  MKI_POINT_REF

  PointVector2( void );

 

  LPWSTR

  Text( void );

 

  MKI_TEXTFRAME_REF

  TextFrame( void );

};

 

This class is used to parse an object of type MKI_OBJ_TEXTFRAME. For information about the internal data block structure of this object type, see Object 36 "Frame Text".

 

This parser only works if the object is complete, i.e. already contains all necessary data blocks with correct size information! For performance reasons, there is no internal testing whatsoever. All point and outline attributes in between are skipped.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH