Library | Module

Enum pfcDrawingCreateOption

Description

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




Values

DRAWINGCREATE_DISPLAY_DRAWING
Display the drawing after creating it.
DRAWINGCREATE_SHOW_ERROR_DIALOG
Show the error dialog if drawing creation errors occur.
DRAWINGCREATE_WRITE_ERROR_FILE
Write the error file if drawing creation errors occur.
DRAWINGCREATE_PROMPT_UNKNOWN_PARAMS
Prompt the user for the model to use when evaluating parameters in the template that cannot be rectified.
DrawingCreateOption_nil
Use this enumerated value to represent "null" passed to optional properties or method arguments.