Share

Autodesk.AutoCAD.Windows.DefaultPane Enumeration

Description

This .NET enum wraps the AcDefaultPane ObjectARX enum. This contains the default panes for the application status bar.

Visual Basic

Public Enum DefaultPane
  ModeMacro
  CursorCoordinates
  Snap
  Grid
  Ortho
  Polar
  ObjectTrack
  LineWeight
  PaperModel
  Paper
  Model
  ObjectSnap
  Float
  Table
  Spacer
  ViewportMaximizePrevious
  ViewportMaximize
  ViewportMaximizeNext
  DynamicInput
  DynamicUcs
  LayoutModelIcons
  ModelIcon
  LayoutIcon
  LayoutMoreIcon
  All
End Enum

C#

public enum DefaultPane {
  ModeMacro,
  CursorCoordinates,
  Snap,
  Grid,
  Ortho,
  Polar,
  ObjectTrack,
  LineWeight,
  PaperModel,
  Paper,
  Model,
  ObjectSnap,
  Float,
  Table,
  Spacer,
  ViewportMaximizePrevious,
  ViewportMaximize,
  ViewportMaximizeNext,
  DynamicInput,
  DynamicUcs,
  LayoutModelIcons,
  ModelIcon,
  LayoutIcon,
  LayoutMoreIcon,
  All
}

Members

Members Description
ModeMacro Modemacro pane.
CursorCoordinates Cursor coordinates pane.
Snap Snap pane.
Grid Grid pane.
Ortho Ortho pane.
Polar Polar pane.
ObjectTrack Otrack or object track pane
LineWeight Lineweight pane.
PaperModel Paper/Model pane.
Paper For internal use.
Model For internal use.
ObjectSnap Objectsnap pane
Float Float pane.
Table Table pane.
Spacer Empty, unselectable spacer.
ViewportMaximizePrevious For internal use.
ViewportMaximize For internal use.
ViewportMaximizeNext For internal use.
DynamicInput Dynamic input status bar button.
DynamicUcs Dynamic UCS pane.
LayoutModelIcons Model space and Layout space icons.
ModelIcon Model space icon.
LayoutIcon Layout space icon.
LayoutMoreIcon Multiple layouts icon.
All All default panes of the application status bar (not including the message or the progress meter panes)

Was this information helpful?