IntelliCAD 11.1 Object Library
Document Object Members
See Also  Overview 

Public Methods

Public Method ActivateActivates the first window associated with the document.
Public Method AuditInfoEvaluates the integrity of the drawing.
Public Method CloseCloses the document and all associated windows.
Public Method EndUndoMarkMarks the end of a block of operations.
Public Method ExportExports the file to any of the supported formats. Optionally, pass in a selection set to export only a part of the file. Format is based on the extension in the FileName (default is the DXF format).
Public Method GetLispVariableReturns the value of a LISP variable.
Public Method GetVariableReturns the value of a system variable.
Public Method HandleToObjectFinds an object with the given handle.
Public Method ImportImports files in DXF and other supported formats.
Public Method LoadShapeFileLoad shape file and entry text style table as a shape library.
Public Method NewWindowCreates a new window for the document.
Public Method ObjectIdToObjectGets the object that corresponds to the given object ID.
Public Method ObjectIdToObject32Gets the object that corresponds to the given object ID.
Public Method PrintDrawingPrints the document.
Public Method PrintPreviewPreviews a document with the current print settings.
Public Method PurgeAllPurges the document of all unused table objects.
Public Method RegenPurges the document of all unused table objects.
Public Method SaveSave the document.
Public Method SaveAsSave the document to a different name and optionally a different version. The default version is R2007.
Public Method SendCommandSends a command string from a VB or VBA application to the document for processing.
Public Method SetLispVariableSets the value of a LISP variable.
Public Method SetVariableSets the value of the specified system variable.
Public Method StartUndoMarkMarks the beginning of a block of operations.
Public Method WBlockWrites out the block as a drawing file. Pass in a selection set containing the blocks to be written out.

Public Properties

Public Property ActiveReturns whether the document is active.
Public Property ActiveDimStyleSets or returns the current dimstyle.
Public Property ActiveLayerSets or returns the current layer.
Public Property ActiveLayoutSpecifies the active layout.
Public Property ActiveLinetypeSets or returns the current linetype.
Public Property ActiveSelectionSetReturns the currently active selection set.
Public Property ActiveSpaceSets or returns the current space (toggles between model space and paper space).
Public Property ActiveTextStyleSets or returns the current text style.
Public Property ActiveUCSSets or returns the current UCS.
Public Property ActiveViewportSets or returns the current viewport.
Public Property ApplicationReturns the Application object.
Public Property BlocksReturns the Block Collection object.
Public Property DictionariesGets the Dictionaries Collection for the document.
Public Property DimensionStylesReturns the Dimension Style Collection object.
Public Property DimStylesReturns the Dimension Style Collection object.(VBA compatibility only)
Public Property ElevationModelSpaceSets or returns the model space elevation.
Public Property ElevationPaperSpaceSets or returns the paper space elevation.
Public Property FullNameReturns the full pathname of the document.
Public Property GroupsGets the Groups Collection for the document.
Public Property HeightSets or returns height in pixel of this document window.
Public Property HWNDReturns handle of this document window.
Public Property HWND32Returns handle of this document window.
Public Property LayersReturns the Layer Collection object.
Public Property LayoutsGets the Layouts Collection for the document.
Public Property LimitsSets or returns the drawing limits.
Public Property LinetypesReturns the Linetype Collection object.
Public Property ModelSpaceReturns the Model Space Collection object.
Public Property MSpaceSets or returns the model space / paper space if tilemode is 0.
Public Property NameReturns the filename of the document (excluding path).
Public Property ObjectSnapModeSpecifies the setting of the object snap mode.
Public Property PaperSpaceReturns the Paper Space Collection object.
Public Property ParentReturns the parent of the object.
Public Property PathReturns the pathname of the document (excluding filename).
Public Property PickfirstSelectionSetReturns the currently active selection set.
Public Property PlotConfigurationsGets the PlotConfigurations Collection for the document.
Public Property PreferencesReturns the document-level Preferences object.
Public Property ReadOnlyReturns whether the document is read-only.
Public Property RegisteredApplicationsReturns the Application Collection object.
Public Property SavedReturns whether the document has been changed since creation or loading.
Public Property SelectionSetsReturns the Selection Sets Collection object.
Public Property SnapOnSets or returns whether object snaps are on.
Public Property TextStylesReturns the Text Style Collection object.
Public Property UserCoordinateSystemsReturns the user coordinate system collection object.
Public Property UtilityReturns the Utility object.
Public Property ViewportsReturns the Viewport Collection object.
Public Property ViewsReturns the View Collection object.
Public Property WidthSets or returns width in pixel of this document window.
Public Property WindowStateSpecifies the state of the application or document window.
Public Property WindowTitleGets the title of the document window.

Events

Public Event BeginCloseOccurs when a request is received to close the drawing.
Public Event BeginCommandOccurs when receives a command.
Public Event BeginDocCloseOccurs when a request is received to close the drawing.
Public Event BeginDoubleClickOccurs when the user double-clicks the drawing window.
Public Event BeginLispOccurs when receives a request to evaluate a LISP expression.
Public Event BeginPlotOccurs when receives a request to print drawing.
Public Event BeginRightClickOccurs when the user right-clicks the drawing window.
Public Event BeginSaveOccurs when receives a request to save the drawing.
Public Event DeactivateOccurs when a document window is deactivated.
Public Event EndCommandOccurs when a command completed.
Public Event EndLispOccurs when evaluating of a LISP expression completed.
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 LayoutSwitchedOccurs after a layout has been changed.
Public Event LispCanceledOccurs when evaluating of a LISP expression canceled.
Public Event OnActivateOccurs when a document window is activated.
Public Event SelectionChangedOccurs when the current selection set is changed.
Public Event WindowChangedOccurs when window state changed.
Public Event WindowMovedOrResizedOccurs when window moved or resized.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.