MKI_ExtListClose (Entity Creation) New in Version 6.50

www.CAD6.com

C++ Syntax

void

MKI_ExtListClose(

 bool f_fReplace );

 

Closes an extended object's display list. At this time, the previous display list will be deleted, and the new, temporary display list becomes active. The extended object may not be used afterwards until MKI_ExtListOpen is called again.

 

Parameters

Replace

[bool] If this value is true, the new, temporary display list will be linked to the extended object previously opened for display list update, its old display list will be deleted. If this value is false, the old display list will remain active and the new, temporary display list will be discarded (this is usually used in case of errors during display list generation).

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH