Click or drag to resize

EditorExtension Class

Provides extension methods for the Editor type.
Inheritance Hierarchy
SystemObject
  Gile.AutoCAD.R20.ExtensionEditorExtension

Namespace:  Gile.AutoCAD.R20.Extension
Assembly:  Gile.AutoCAD.R20.Extension (in Gile.AutoCAD.R20.Extension.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public static class EditorExtension

The EditorExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetSelection(Editor, PredicateObjectId)
Gets a selection set using the supplied predicate.
Public methodStatic memberGetSelection(Editor, PromptSelectionOptions, PredicateObjectId)
Gets a selection set using the supplied prompt selection options and the supplied predicate.
Public methodStatic memberGetSelection(Editor, SelectionFilter, PredicateObjectId)
Gets a selection set using the supplied filter and the supplied predicate.
Public methodStatic memberGetSelection(Editor, PromptSelectionOptions, SelectionFilter, PredicateObjectId)
Gets a selection set using the supplied prompt selection options, the supplied filter and the supplied predicate.
Public methodStatic memberZoom
Zooms to given extents in the current viewport.
Public methodStatic memberZoomCenter
Zooms in current viewport to the specified scale and center.
Public methodStatic memberZoomExtents
Zooms to the extents of the current viewport.
Public methodStatic memberZoomObjects
Zooms to the specified entity collection.
Public methodStatic memberZoomScale
Zooms in current viewport to the specified scale.
Public methodStatic memberZoomWindow
Zooms to the given window.
Top
See Also