MKI_ATTRIBUTE_ENTRY (Basic Classes) Changed in Version 2021.0 |
www.CAD6.com |
C++ Syntaxclass MKI_ATTRIBUTE_ENYTR { public:
__int16 m_nIdent, m_nBlockType;
MKI_ATTRIBUTENAME m_szName; MKI_ATTRIBUTEVALUE m_szValue;
bool IsAttribute( void ) const;
bool IsLocalAttribute( void ) const;
bool IsGlobalAttribute( void ) const;
bool IsBaseAttribute( void ) const;
bool IsOutlineAttribute( void ) const;
bool IsPointAttribute( void ) const;
bool IsOutlineOrPointAttribute( void ) const; };
This structure contains information on one attribute.
Element DescriptionIdent [__int16] Identification ID. This value must not be modified! BlockType [__int16] Type of attribute (see MKI_DB_ATTRIB_*). For sorting and access in MKI_ATTRIBUTE_DATA, only the general type ("local", "global", etc.) will be used, not the specific type ("local text", "global number", etc.). Name Changed in Version 2019.1 [MKI_ATTRIBUTENAME] Name of the attribute. Value Changed in Version 2019.1 [MKI_ATTRIBUTEVALUE] Contents of the attribute.
|
CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH