Category 3D interface, Object ProOutput

Function ProOutputLayerOptionsAutoidSet


DEPRECATED: Since Creo 5.0.0.0
SUPERSEDED BY: No successor will be provided.
Description
Note: This function is deprecated. Set the layer options flag for automatic layer identifiers.
Synopsis
#include <ProIntf3Dexport.h>
ProErrorProOutputLayerOptionsAutoidSet(
ProOutputLayerOptions options
/* (In)
The layer options.
*/
ProBoolean auto_ids
/* (In)
If PRO_B_TRUE, layers not specifically included in the layer options will be automatically assigned ids and exported. If PRO_B_FALSE, only the layers specified in the layer options will be exported from the model.
*/
)
Returns
PRO_TK_NO_ERRORThe function freed the options.
PRO_TK_BAD_INPUTSThe arguments were invalid.

Manual References:

  1. Technical Summary of Changes for Creo 11.0.0.0: Functions superseded from Creo 1.0 to Creo 11.0
  2. Interface: Data Exchange: Exporting 3D Models
  3. Interface: Data Exchange: Exporting 3D Models