API 설명서 > 3D interface > Object ProOutput > Function ProOutputLayerOptionsAutoidSet
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
ProOutputLayerOptionsAutoidSet
(
/* (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
The function freed the options.
The arguments were invalid.
User Guide References
도움이 되셨나요?