![]() |
MKI_PARSE_OBJ_HYPERLINK (Object Parser Classes) Changed in Version 2019.1 |
www.CAD6.com |
C++ Syntaxclass MKI_PARSE_OBJ_HYPERLINK { public:
MKI_BLOCK_TEXT_PTR m_pURL; MKI_BLOCK_PTR m_pCurve;
MKI_PARSE_OBJ_HYPERLINK( MKI_CONST_ENTITY_OBJECT_PTR f_pObj );
LPWSTR LinkURL( void );
MKI_BLOCK_PTR CurveData( void ); };
This class is used to parse an object of type MKI_OBJ_HYPERLINK. For information about the internal data block structure of this object type, see Object 39 "Hyperlink".
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 2025.0 - Copyright 2025 Malz++Kassner® GmbH