MKI_ExtDataClose (Entity Creation) New in Version 6.50

www.CAD6.com

C++ Syntax

void

MKI_ExtDataClose( 

 bool f_fReplace );

 

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

 

Parameters

Replace

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

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH