Library | Module

Enum EpfcDrawingCreateOption

Description

This enumerated type contains options when creating a drawing from a template.
See Also:
IpfcBaseSession.CreateDrawingFromTemplate()




Values

EpfcDRAWINGCREATE_DISPLAY_DRAWING
Display the drawing after creating it.

EpfcDRAWINGCREATE_SHOW_ERROR_DIALOG
Show the error dialog if drawing creation errors occur.

EpfcDRAWINGCREATE_WRITE_ERROR_FILE
Write the error file if drawing creation errors occur.

EpfcDRAWINGCREATE_PROMPT_UNKNOWN_PARAMS
Prompt the user for the model to use when evaluating parameters in the template that cannot be rectified.

EpfcDrawingCreateOption_nil
Use this enumerated value to represent "null" passed to optional properties or method arguments.