Category
Creo Parametric fundamentals
, Object
ProMdl
Function ProMdlDetailOptionGet
Description
Get the model detail option
Synopsis
#include <
ProMdl.h
>
ProError
ProMdlDetailOptionGet
(
ProMdl
mdl
/* (In)
The model
*/
ProName
option
/* (In)
The detail option name
*/
ProLine
value
/* (Out)
The value of the detail option
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more input arguments was invalid.
PRO_TK_GENERAL_ERROR
The function failed
PRO_TK_E_NOT_FOUND
The option string is not a valid detail option name for this model.
PRO_TK_NO_LICENSE
The option is restricted by a license the user does not have.
PRO_TK_BAD_CONTEXT
The detail option is not available in this application type (e.g. assembly, part)
Manual References:
Drawings: Drawing Setup
Drawings: Drawing Setup