Description
This method emulates the subtleties of AutoCAD file prompting. It properly prompts on the command line when FILEDIA is zero, or if a script or an AutoLISP routine is running.
Visual Basic
Public Function GetFileNameForSave( options As PromptSaveFileOptions ) As PromptFileNameResult
C#
public PromptFileNameResult GetFileNameForSave( PromptSaveFileOptions options );
Parameters
Parameters | Description |
---|---|
PromptSaveFileOptions options | Input file saving options |