Function ProLayerDelete
Description
Deletes the specified layer from the object.
Replacement in Object TOOLKIT:
Synopsis
#include <ProLayer.h>
ProLayerDelete
(
ProLayer* layer
/* (In)
The name of the layer to delete
*/
)
Returns
The function successfully deleted the layer.
Model is in read-only state.
You specified an invalid layer name.
The system could not find a layer with the specified name.
A general error occurred and the function failed.
Sample Code References
User Guide References
Isto foi útil?