MKI_EditBlockResetProperties (Entity Editing) Changed in Version 2019.0

www.CAD6.com

C++ Syntax

bool

MKI_EditBlockResetProperties(

 const LPCWSTR f_pszBlockName,

 const LPCWSTR f_pszLibraryName );

 

Resets transmission flags, sets pen and layer values to 0, and resolves all properties transferred by the referenced pen or layer (refer to MKI_XPROPERTY) in all entities of the specified block. This change is permanent, i.e. it cannot be undone by the user.

 

This command should be used carefully, since it modifies a block permanently.

 

Parameters

BlockName

[const LPCWSTR] Name of the block to be reset.

LibraryName

[const LPCWSTR] Name of the library the block is located in.

 

Return Value

Returns true if the stated block has been reset successfully. Else, false is returned.

 

CAD6interface 2026.0 - Copyright 2026 Malz++Kassner® GmbH