API 설명서 > Creo Parametric fundamentals > Object ProMdl > Function ProMdlDetailOptionGet
Function ProMdlDetailOptionGet
Description
Get the model detail option
Synopsis
#include <ProMdl.h>
ProMdlDetailOptionGet
(
ProMdl mdl
/* (In)
The model
*/
ProName option
/* (In)
The detail option name
*/
ProLine value
/* (Out)
The value of the detail option
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The function failed
The option string is not a valid detail option name for this model.
The option is restricted by a license the user does not have.
The detail option is not available in this application type (e.g. assembly, part)
Sample Code References
User Guide References
도움이 되셨나요?