GetHeaderSize (class MKI_ENTITY_BASE) New in Version 2021.0

www.CAD6.com

C++ Syntax

size_t

MKI_ENTITY_BASE::GetHeaderSize( void );

 

Return Value

Size of the current entity's header, i.e. the number of bytes before the data block section (e.g. sizeof( MKI_ENTITY_OBJECT ) in case of an object).

 

The header size is determined based on the current value of Header.EntityType. If that value not defined yet or invalid, 0 is returned.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH