Click or drag to resize

EditorExtension Methods

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