| Name | Description |
 | AbortRunningCommand | Aborts the command that is executing. |
 | AddCommandContextMenu | Adds a menu item to the specified command's context-sensitive menu. |
 | AddDefaultContextMenu | Adds a menu item to the DraftSight default context-sensitive menu. |
 | AddMenu | Obsolete. Superseded by IWorkspace::AddMenu. |
 | AddObjectContextMenu | Adds a menu item to the specified object type's context-sensitive menu. |
 | AddToolbar | Obsolete. Superseded by IWorkspace::AddToolbar. |
 | AddWorkspace | Adds the specified workspace to the list of DraftSight user-interface workspaces. |
 | CloseDocument | Closes the specified document. |
 | CreateColorPicker | Gets access to the DraftSight color picker, which allows users to assign standard and custom LineColors directly to entities, by Layer, or by Block. |
 | CreateCommand | Obsolete. Superseded by IApplication::CreateCommand2. |
 | CreateCommand2 | Obsolete. Superseded by IApplication::CreateCommand3 and IApplication::CreateCommand4. |
 | CreateCommand3 | Creates the specified command for the command window with support for the specified context-sensitive (F1) help. |
 | CreateCommand4 | Creates the specified command for the command window with support for the specified context-sensitive (F1) help. |
 | CreateCustomPropertyControl | Obsolete. Superseded by IApplication::CreateCustomPropertyControl2. |
 | CreateCustomPropertyControl2 | Creates a custom tab. |
 | CreateLineStyle | Creates a simple LineStyle. |
 | CreateTracker | Creates a tracker, the mechanism that draws temporary entities along the cursor's path when prompting a user for a value, keyword, or selection. |
 | CreateUserCommand | Creates a command for a menu item and toolbar. |
 | ExitApplication | Exits DraftSight. |
 | ExportToSvg | Obsolete. Superseded by IApplication::ExportToSvg2. |
 | ExportToSvg2 | Exports the specified drawing file to the specified SVG file. |
 | GetActiveDocument | Gets the active document. |
 | GetActiveWorkspace | Gets the active workspace for the DraftSight user interface. |
 | GetApplicationOptions | Gets access to DraftSight application options. |
 | GetColorByIndex | Gets the LineColor using the specified index within the Standard Colors. |
 | GetCommandMessage | Gets the message in the command window. |
 | GetContextMenuItems | Gets the top-level context-sensitive menu items added by IApplication::AddCommandContextMenu, IApplication::AddDefaultContextMenu, and IApplication::AddObjectContextMenu. |
 | GetDocuments | Gets the open documents. |
 | GetDrawingSupportFiles | Gets access to the DraftSight options that get and set default paths and file names for these drawing-support files: alternate font, drawing, drawing template, external references, font mapping, library, LineStyle, and RichLineStyle. |
 | GetEntityHelper | Gets the IEntityHelper interface. |
 | GetHWND | Gets the DraftSight application window handle. |
 | GetHWND64 | Gets the 64-bit window handle of this DraftSight application. |
 | GetInterfaceFiles | Gets access to the DraftSight options that get and set default paths for these user-interface files: alias, custom icon, main customization, and custom menu. |
 | GetLanguage | Gets the name of the language supported by this DraftSight installation. |
 | GetLineStyleListFromFile | Gets the names of the simple LineStyles and their descriptions contained in the specified LineStyle file. |
 | GetMacroManager | Gets the macro manager, which manages macro recording and which is available in DraftSight Premium only. |
 | GetMainWindow | Gets the DraftSight application window. |
 | GetMathUtility | Gets the IMathUtility interface. |
 | GetMenuItems | Obsolete. Superseded by IWorkspace::GetMenuItems. |
 | GetMessageFolder | Gets the path of DraftSight's messages folder. |
 | GetNamedColor | Gets the named LineColor. |
 | GetObjectType | Gets the type of specified object. |
 | GetPreviewBitmap | Gets the preview bitmap of the specified document. |
 | GetPreviewBitmapBytes | Gets a byte array of the preview bitmap for the specified document. |
 | GetPreviewBitmapFile | Gets the preview bitmap of the specified document and saves it as a Windows bitmap file (.bmp) using the specified file name. |
 | GetPreviewOfEntities | Creates a preview bitmap of the specified entities and returns a byte array of the bitmap. |
 | GetPrintManager | Gets the interface for printing. |
 | GetRecentFiles | Gets the paths and file names of the files most recently opened in DraftSight. |
 | GetReferenceManager | Gets a Reference Manager object. |
 | GetRGBColor | Gets the LineColor for the specified RGB (Red, Green, Blue) color model values. |
 | GetRunningCommand | Gets the name of the executing command. |
 | GetSystemFiles | Gets access to the DraftSight options that get and set these system files: dictionary, font, Help, log, and support. |
 | GetToolbars | Obsolete. Superseded by IWorkspace::GetToolbars. |
 | GetVersion | Gets the version of DraftSight. |
 | GetWebLink | Gets the web URL of the landing page of an online HTML help system. |
 | GetWorkspace | Gets the specified workspace for the DraftSight user interface. |
 | GetWorkspaces | Gets all workspaces in the specified user-interface state. |
 | IsTemporaryEntity | Gets whether the specified entity is a temporary entity. |
 | IsWebHelpEnabled | Gets whether DraftSight web help is enabled. |
 | NewDocument | Creates a new document using the specified template. |
 | OpenChmHelp | Opens the specified help topic in the specified CHM file. |
 | OpenDocument | Obsolete. Superseded by IApplication::OpenDocument2. |
 | OpenDocument2 | Opens the specified document. |
 | OpenHelp | Opens the specified system help topic in the specified system help. |
 | OpenWebHelp | Opens the specified web help URL. |
 | Recover | Recovers a damaged drawing file. |
 | RegisterOnIdleNotify | Post an event to the event queue. |
 | RemoveCommand | Removes the specified command. |
 | RemoveUserInterface | Removes an add-in's user interface from the DraftSight user interface. |
 | RunCommand | Runs the specified command. |
 | RunScript | Runs the specified script. |
 | Zoom | Zooms to a region of the drawing determined by the specified range and entities. |