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( message As string ) As PromptFileNameResult
C#
public PromptFileNameResult GetFileNameForSave( string message );
Parameters
Parameters | Description |
---|---|
string message | Input prompt message |