IntelliCAD 11.1 Object Library
Application Object Members
See Also  Overview 

Public Methods

Public Method CreateEntityWrap 
Public Method CreatePointInterface 
Public Method CreateVectorInterface 
Public Method DefineFunctionAdds a macro to the IntelliCAD command list, similar to (defun c:cmd) in LISP.
Public Method GetInterfaceObjectCreates the object specified by the ProgID and returns its Dispatch interface pointer.
Public Method HelpDisplays help information.
Public Method IsFunctionLoadedReturns TRUE if the function is loaded and FALSE if not.
Public Method ListSDSReturns a list of the loaded SDS applications.
Public Method LoadLISPLoads a specified LISP application.
Public Method LoadSDSLoads a specified SDS application.
Public Method QuitCloses the drawing file and exits the application.
Public Method RunCommandExecutes the command as if it were typed on the command line.
Public Method RunScriptRuns a specified script file.
Public Method UndefineFunctionRemoves a previously defined VBA macro from the IntelliCAD command list.
Public Method UnloadSDSUnloads a specified SDS application.
Public Method ZoomAllZooms to display all of the drawing.
Public Method ZoomCenterZooms to a specified point and magnification.
Public Method ZoomExtentsZooms to the drawing extents.
Public Method ZoomPickWindowZooms to an area defined by selecting two opposite points of a rectangle on the screen.
Public Method ZoomWindowZooms to an area defined by two opposite points of a rectangle.

Public Properties

Public Property ActiveDocumentReturns the active document object.
Public Property ActiveWindowReturns the active window object.
Public Property CaptionReturns the text for the title bar of the application window.
Public Property DefaultFilePathSets or returns the default path used for opening files.
Public Property DocumentsReturns the collection of document objects.
Public Property FullNameReturns the full path of the application EXE.
Public Property HeightSets or returns the height of the application window.
Public Property LibraryReturns the library object.
Public Property LocaleIDReturns a long value that contains the Locale identification of the user.
Public Property NameReturns the name of the application.
Public Property ParentReturns the parent of the object.
Public Property PathReturns the path of application's EXE.
Public Property PlotManagerReturns the application's PlotManager that controls the plot settings.
Public Property PreferencesReturns the Application level user Preferences object.
Public Property ProcessIDReturns a unsigned long value that contains the Process identification.
Public Property StatusBarSets or returns the text displayed in the status bar.
Public Property VBEReturns the Visual Basic for Applications editor object.
Public Property VersionReturns the version of the application as a string.
Public Property VisibleSets or returns whether the main window is visible.
Public Property WidthSets or returns the width of the application window.
Public Property WindowLeftSets or returns the distance between the left edge of the screen and the left edge of the application window.
Public Property WindowsReturns the window collection object.
Public Property WindowTopSets or returns the distance between the top of the screen and the top edge of the application window.
Public Property WorkspaceReturns the workspace object.

Events

Public Event AddinRunOccurs when the user has run an addin from the command line.
Public Event AppActivateOccurs when the application window is activated.
Public Event AppDeactivateOccurs when the application window is deactivated.
Public Event aWindowTitleChangedOccurs when window title is changed.
Public Event BeforeExitOccurs when the application starts to shut down. Returning False will terminate the shutdown.
Public Event BeginCommandOccurs when receives a command.
Public Event BeginFileDropOccurs when a file is dropped on the application window.
Public Event BeginLispOccurs when receives a request to evaluate a LISP expression.
Public Event BeginModalOccurs when a modal dialog is about to be displayed.
Public Event BeginOpenOccurs when receives a request to open drawing.
Public Event BeginPlotOccurs when receives a request to print drawing.
Public Event BeginQuitOccurs when the application starts to shut down. Returning True will terminate the shutdown.
Public Event BeginSaveOccurs when receives a request to save the drawing.
Public Event CloseOccurs when a drawing is about to be closed.
Public Event EndCommandOccurs when a command completed.
Public Event EndLispOccurs when evaluating of a LISP expression completed.
Public Event EndModalOccurs when a modal dialog has been finished.
Public Event EndOpenOccurs after a drawing has been opened.
Public Event EndPlotOccurs when drawing has been sent to the printer.
Public Event EndSaveOccurs when a request to save the drawing has been completed.
Public Event ExitOccurs when the application is about to exit.
Public Event LispCanceledOccurs when evaluating of a LISP expression canceled.
Public Event NewOccurs when a new drawing has been created.
Public Event NewDrawingOccurs when a new drawing is about to be created.
Public Event OpenOccurs after a drawing has been opened.
Public Event ReinitializeOccurs when the defined functions need to be reinitialized.
Public Event SaveOccurs when a drawing is about to be saved.
Public Event SysVarChangedOccurs when the value of a system variable is changed.
Public Event WindowChangedOccurs when window state changed.
Public Event WindowFocusChangedOccurs when window receives or loses focus.
Public Event WindowMovedOrResizedOccurs when window moved or resized.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.