Function ProLayerItemAddNoUpdate
Description
Adds the specified item to a layer and does not do model tree update.
Replacement in Object TOOLKIT:
Synopsis
#include <ProLayer.h>
ProLayerItemAddNoUpdate
(
ProLayer* layer
/* (In)
The layer to which to add the item
*/
ProLayerItem* layer_item
/* (In)
The item to add
*/
)
Returns
The function successfully added the item.
Model is in read-only state.
One or more of the input arguments are invalid.
You specified an invalid layer name.
You specified an invalid type in the ProLayerItem structure.
The specified layer was not found.
User Guide References
¿Fue esto útil?