
Replacement in Object TOOLKIT: |

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. */ ) |

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. |


