







Public Methods
![]() | |
![]() | |
![]() | |
![]() | Adds a macro to the IntelliCAD command list, similar to (defun c:cmd) in LISP. |
![]() | Creates the object specified by the ProgID and returns its Dispatch interface pointer. |
![]() | Displays help information. |
![]() | Returns TRUE if the function is loaded and FALSE if not. |
![]() | Returns a list of the loaded SDS applications. |
![]() | Loads a specified LISP application. |
![]() | Loads a specified SDS application. |
![]() | Closes the drawing file and exits the application. |
![]() | Executes the command as if it were typed on the command line. |
![]() | Runs a specified script file. |
![]() | Removes a previously defined VBA macro from the IntelliCAD command list. |
![]() | Unloads a specified SDS application. |
![]() | Zooms to display all of the drawing. |
![]() | Zooms to a specified point and magnification. |
![]() | Zooms to the drawing extents. |
![]() | Zooms to an area defined by selecting two opposite points of a rectangle on the screen. |
![]() | Zooms to an area defined by two opposite points of a rectangle. |
Public Properties
![]() | Returns the active document object. |
![]() | Returns the active window object. |
![]() | Returns the text for the title bar of the application window. |
![]() | Sets or returns the default path used for opening files. |
![]() | Returns the collection of document objects. |
![]() | Returns the full path of the application EXE. |
![]() | Sets or returns the height of the application window. |
![]() | Returns the library object. |
![]() | Returns a long value that contains the Locale identification of the user. |
![]() | Returns the name of the application. |
![]() | Returns the parent of the object. |
![]() | Returns the path of application's EXE. |
![]() | Returns the application's PlotManager that controls the plot settings. |
![]() | Returns the Application level user Preferences object. |
![]() | Returns a unsigned long value that contains the Process identification. |
![]() | Sets or returns the text displayed in the status bar. |
![]() | Returns the Visual Basic for Applications editor object. |
![]() | Returns the version of the application as a string. |
![]() | Sets or returns whether the main window is visible. |
![]() | Sets or returns the width of the application window. |
![]() | Sets or returns the distance between the left edge of the screen and the left edge of the application window. |
![]() | Returns the window collection object. |
![]() | Sets or returns the distance between the top of the screen and the top edge of the application window. |
![]() | Returns the workspace object. |
Events
![]() | Occurs when the user has run an addin from the command line. |
![]() | Occurs when the application window is activated. |
![]() | Occurs when the application window is deactivated. |
![]() | Occurs when window title is changed. |
![]() | Occurs when the application starts to shut down. Returning False will terminate the shutdown. |
![]() | Occurs when receives a command. |
![]() | Occurs when a file is dropped on the application window. |
![]() | Occurs when receives a request to evaluate a LISP expression. |
![]() | Occurs when a modal dialog is about to be displayed. |
![]() | Occurs when receives a request to open drawing. |
![]() | Occurs when receives a request to print drawing. |
![]() | Occurs when the application starts to shut down. Returning True will terminate the shutdown. |
![]() | Occurs when receives a request to save the drawing. |
![]() | Occurs when a drawing is about to be closed. |
![]() | Occurs when a command completed. |
![]() | Occurs when evaluating of a LISP expression completed. |
![]() | Occurs when a modal dialog has been finished. |
![]() | Occurs after a drawing has been opened. |
![]() | Occurs when drawing has been sent to the printer. |
![]() | Occurs when a request to save the drawing has been completed. |
![]() | Occurs when the application is about to exit. |
![]() | Occurs when evaluating of a LISP expression canceled. |
![]() | Occurs when a new drawing has been created. |
![]() | Occurs when a new drawing is about to be created. |
![]() | Occurs after a drawing has been opened. |
![]() | Occurs when the defined functions need to be reinitialized. |
![]() | Occurs when a drawing is about to be saved. |
![]() | Occurs when the value of a system variable is changed. |
![]() | Occurs when window state changed. |
![]() | Occurs when window receives or loses focus. |
![]() | Occurs when window moved or resized. |