Function ProLayerItemAdd
Description
Adds the specified item to a layer.
Replacement in Object TOOLKIT:
Synopsis
#include <ProLayer.h>
ProLayerItemAdd
(
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.
Sample Code References
User Guide References
これは役に立ちましたか?