Description | ||||||||||||||
Creates a new layer in the specified object. | ||||||||||||||
Replacement in Object TOOLKIT: | pfcModel::CreateLayer | |||||||||||||
Synopsis | ||||||||||||||
#include <ProLayer.h> | ||||||||||||||
ProError | 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 | ||||||||||||||
|