Documentação da API > Creo Parametric fundamentals > Object ProLayer > Function ProLayerItemRemoveNoUpdate
Function ProLayerItemRemoveNoUpdate
Description
Removes the specified item from the layer and does not do model tree update.
Replacement in Object TOOLKIT:
Synopsis
#include <ProLayer.h>
ProLayerItemRemoveNoUpdate
(
ProLayer* layer
/* (In)
The layer from which to remove the item
*/
ProLayerItem* layer_item
/* (In)
The layer item to be deleted
*/
)
Returns
The function successfully removed the item.
Model is in read-only state.
The specified layer was not found.
You specified an invalid layer name.
One or more of the arguments are invalid.
You specified an invalid layer item type.
A general error occurred and the function failed.
User Guide References
Isto foi útil?