Share

Miscellaneous Global Enums

Description

Defines global enumerations for miscellaneous classes.

Enumerations

Enumeration Description
AcadContextMenuMode Description
AcColor This enum describes standard AutoCAD colors. It is used primarily by COM interfaces.
AcColorThemeEnum This enumerator contains the supported color themes.
AcDefaultPane This enumeration contains the default panes for the application status bar.
AcFileSelectFlags These enum values are used as flags bits in the nFlags argument of AcDbHostApplicationServices::selectFile(). Some of them are used by AutoCAD's calls to selectFile() and should not be used by other callers. They are included here because they may be seen by selectFile() callback handlers (see AcadHostApplicationServices::registerSelectFileCallback()).
AcFilterablePropertyContextThis enum identifies whether the framework is dealing with creating property filters for the "Quick Properties" feature or the "Rollover Tooltips" feature.
AcGeoMapResolutionAcGeoMapResolution enum is applied to LiveMap Zoom Level (or Level Of Detail) number.
AcGeoMapTypeAcGeoMapType enum is used by both LiveMap and AcDbGeoMap which is a snapshot of the livemap.
AcSDIValues Description
AcStFileStatus
AcStFixType Descriptive levels for fixes
AcStFlags Standards flags
AcStResultStatus
AcStSeverityLevel Severity levels for errors
AcXrefSubCommand Enumeration of the XREF subcommands.
ADUI_MODAL_STATE Notifies the state of a modal.
Charset Specifies supported character set.
ClassVersion Description
code_page_id This list contains identifiers for all of the code pages used with AutoCAD. You can add entries (before the CODE_PAGE_CNT item), but it is recommended that you do not delete one.
dcContentMode Description
dcFinderCommands This enumeration is used by IAcDcContentFinder and IAcDcContentFinderSite.dcFinderCommands lists the valid types of commands.
dcFinderObjectTypes This enumeration is used by IAcDcContentFinder and IAcDcContentFinderSite.The dcFinderObjectTypes values represent valid types of objects.
dcFinderTypeMask Description
dcItemDataSource Description
dcMenuInfoFlag Description
dcNavNodeRelation Description
dcPalColAlignment Description
dcPalSortOrder Description
dcPalViewType Description
dcPane Description
DeviceType This enumeration defines the device type represented by an AcPlPlotConfig object.
DockPos Enumerates possible docking positions for the Property Palette dialog.
eClipInfoFlags
eExpandedClipDataTypes Description
FS_TYPE This enumeration lists the file system types that are supported by the volume description classes.
ModelerRestoreOptionsSome options enumerated to be used as bit flags, to be used with the entity restoration (read) functions.
NAV_DATA_TYPE This enumeration identifies the type of the datum in a CNavData object.
NavInetTransferActions This is the enumerated type for the action code bits for remote file transfer.
NavToolsMenuItem This is the enumerated type used to identify the tools menu items.
OkHandlerErr This is the enumerated type for error codes used by the OK handler functions.
path_type This typedef is for an enumeration that describes the type of path represented by the volume description classes.
PathErr This typedef is for an enumeration that describes the error conditions for the volume description classes.
PreviewStatus Status values for ACPL_PREVIEWENDPLOT.
ProcessPlotStateDefines the state of the process plot.
undoSubcommandActivities Description
xrefSubcommandActivities Description

Topics

Topic Description
ContextMenuFlag Indicates the context in which a Tool Palette tool's context menu is invoked.
ExecutionContext Contains values that indicate how a Tool Palette tool is launched.
ReturnFlag Indicates a Tool Palette tool's context menu display state or execution state.
ToolEditMode Specifies editing modes for Tool Palette tools.

Types

Type Description
AcGsDrawablePath Array of AcGsDrawableLink.

Types

Was this information helpful?