Share

Autodesk.AutoCAD.PlottingServices Namespace

Description

This is namespace Autodesk.AutoCAD.PlottingServices.

Dynamic-Link Library (DLL)

AcCoreMgd.dll

Classes

Class Description
BeginDocumentEventArgs This class encapsulates the plot-specific information required by the BeginDocument event. This information includes:
  • a PlotInfo object
  • document name
  • number... more
BeginPageEventArgs This class encapsulates the plot-specific information required by the BeginPage event. This information includes:
  • a PlotInfo object
  • a PlotPageInfo object... more
BeginPlotEventArgs This class encapsulates the plot-specific information required by the BeginPlot event. This information includes:
  • a PlotProgress object
  • a PlotType object... more
DsdData This .NET class wraps the AcPlDSDData ObjectARX class.DSDData reads and writes DSD files. It holds an array of Entry... more
DsdEntry This .NET class wraps the AcPlDSDEntry ObjectARX class.Entry holds information specific to a sheet (in a sheet set). Data... more
DsdEntryCollection This .NET class wraps the AcPlDSDEntries ObjectARX class.Entries is a typedef for an instance of the AcArray template class.... more
Dwf3dOptions This .NET class wraps the AcPl3DDwfOptions ObjectARX struct.
EndDocumentEventArgs This class encapsulates the plot-specific information required by the EndDocument event. This information includes a PlotCancelStatus flag.
EndPageEventArgs This class encapsulates the plot-specific information required by the EndPage event. This information includes a SheetCancelStatus flag.
EndPlotEventArgs This class encapsulates the plot-specific information required by the EndPlot event. This information includes a PlotCancelStatus flag.
HostAppServices This .NET class wraps the AcPlHostAppServices ObjectARX class.HostAppServices defines an interface that plot host applications must implement to provide... more
PlotConfig This .NET class wraps the AcPlPlotConfig ObjectARX class.Instances of PlotConfig represent a single device or PC3 file installed on... more
PlotConfigInfo This .NET class wraps the AcPlPlotConfigInfo ObjectARX class.PlotConfigInfo is a lightweight class containing information about a device. A collection... more
PlotConfigInfoCollection This .NET class wraps the AcArray<AcPlPlotConfigInfo, AcArrayObjectCopyReallocator<PlotConfigInfo> > ObjectARX class.AcArrayObjectCopyReallocator is a template class for dynamic arrays.If the... more
PlotConfigManager This .NET class wraps the AcPlPlotConfigManager ObjectARX class.PlotConfigManager exposes access to plot configurations, plot style tables, devices, and PC3... more
PlotEngine This .NET class wraps the AcPlPlotEngine ObjectARX class.Applications use an PlotEngine interface to plot one or more documents to... more
PlotFactory This .NET class wraps the AcPlPlotFactory ObjectARX class.The PlotFactory class creates plot engines for use by applications. Only one... more
PlotInfo This .NET class wraps the AcPlPlotInfo ObjectARX class.PlotInfo is a utility class that provides methods for building information about... more
PlotInfoValidator This .NET class wraps the AcPlPlotInfoValidator ObjectARX class.The PlotInfoValidator class merges plot settings from a layout object, an PlotSettings... more
PlotLogger This .NET class wraps the AcPlPlotLogger ObjectARX class.This class is used by the application to journal the normal progress... more
PlotPageInfo This .NET class wraps the AcPlPlotPageInfo ObjectARX class.PlotPageInfo returns information about the objects contained on a plotted page. Applications... more
PlotProgress This .NET class wraps the AcPlPlotProgress ObjectARX class.The PlotProgress interface defines the behaviors that a plot progress dialog must... more
PlotProgressDialog This .NET class wraps the AcPlPlotProgressDialog ObjectARX class.This class implements a default plot progress dialog supplied as part of... more
PlotReactorManager This .NET class wraps the AcPlPlotReactorMgr ObjectARX class.This class manages a list of PlotReactor instances and provides methods for... more
PreviewEndPlotInfo This .NET class wraps the ACPL_PREVIEWENDPLOT ObjectARX class.ACPL_PREVIEWENDPLOT contains information about the results of a plot preview operation.Callers... more

Enumerations

Enumeration Description
AppPlotStatus This enumeration wraps the AcPlHostAppServices::PlotStatus ObjectARX enum. It signifies the plot state, condition, or results of the plot job.
CustomSizeResults This enumeration wraps the AcPlPlotInfoValidator::eCustomSizeResult ObjectARX enum. It defines the return flags from the PlotInfoValidator.isCustomSizePossible() method.
DeviceType This enumeration wraps the GS::DeviceType ObjectARX enumeration.This enumeration defines the device type represented by an ClassFactory object.
MatchingPolicy This .NET class wraps the MatchingPolicy ObjectARX class.MatchingPolicy enumeration defines the supported media-matching policies on the PlotInfoValidator class.
MergeStatus This .NET class wraps the AcPlPlotInfo::MergeStatus ObjectARX enum.
PlotCancelStatus This .NET class wraps the PlotCancelStatus ObjectARX class.PlotCancelStatus enumeration defines the plot cancel states in a multi-sheet scenario.
PlotMessageIndex This enumeration wraps the AcPlPlotProgressDialog::PlotMSGIndex ObjectARX enum. It defines the UI aspects of the plot progress dialog.
PlotToFileCapability This .NET enum wraps the PlotToFileCapability ObjectARX enum. It describes the ability of an PlotConfig object to plot to a... more
PreviewEndPlotStatus This enumeration wraps the PreviewStatus ObjectARX enum. It gives the status values for ACPL_PREVIEWENDPLOT.
PreviewEngineFlags This .NET class wraps the AcPlPlotFactory::PreviewEngineFlags ObjectARX class. It describes the plot preview functionality.
ProcessPlotState This .NET class wraps the AcPlPlotFactory::ProcessPlotState ObjectARX class. It assigns values that describe the current plot process.
RefreshCode This .NET enum wraps the AcPlPlotConfigManager.RefreshCode ObjectARX enum. This enumeration defines the flags that can be specified to refresh the... more
SheetCancelStatus This .NET enum wraps the PlotProgress::SheetCancelStatus ObjectARX enum. It defines the sheet cancel states in a single-sheet plotting scenario.
SheetType This .NET enum wraps the AcPlDSDEntry::SheetType ObjectARX enum. It represents the type of sheet (multi sheet or single sheet).
StdConfiguration This enumeration wraps the AcPlPlotConfigManager::StdConfigs ObjectARX enum. It is used to identify special device types installed with AutoCAD.It lists... more

Structures

Structure Description
MediaBounds This class provides properties that describe the boundaries of the media in terms of page size, lower left printable area,... more

Was this information helpful?