| SUPERSEDED BY: | No successor will be provided. |
| Description |
| Set the layer options flag for automatic layer identifiers. This API will be deprecated in future release. |
| Synopsis |
| #include <ProIntf3Dexport.h> |
| ProError | ProOutputLayerOptionsAutoidSet | ( |
| 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 |
|
|