Function ProLayerCreate
Description
Creates a new layer in the specified object.
Replacement in Object TOOLKIT:
Synopsis
#include <ProLayer.h>
ProLayerCreate
(
ProMdl owner
/* (In)
The model in which to create the layer.
*/
ProName layer_name
/* (In)
The name of the layer.
*/
ProLayer* layer
/* (In)
The structure into which Creo Parametric will write the layer information. You must allocate the space for this structure.
*/
)
Returns
The function successfully created the new layer.
Model is in read-only state.
You specified an invalid layer name.
A layer with the specified name already exists.
A general error occurred and the function failed.
Sample Code References
User Guide References
War dies hilfreich?