ArcObjects Library Reference (Output)  

ISpotPlateCollection Interface

Provides access to members that control the Collection of Spot Plates.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Method Add Add an ISpotPlate to the Spot Plate collection.
Read-only property Count The count of the Spot Plate collection.
Method Insert Insert an ISpotPlate into the Spot Plate collection at position index.
Method Remove Remove ISpotPlate at index from the Spot Plate collection.
Method RemoveAll Remove all ISpotPlates from the Spot Plate collection.
Read-only property SpotPlate An ISpotPlate from the Spot Plate collection.

CoClasses that implement ISpotPlateCollection

CoClasses and Classes Description
PSDriver Class used to print maps with the PostScript Driver.
PsPrinter Class used to print maps with the PostScript Printer Driver.

Remarks

Spot plates are used for color separation to produce CMYK plates.


The ISpotPlateCollection makes it possible to create plates based on the individual colors in the CMYK color model. The plates can then be used by publishers in the generation of printed material.


The ISpotPlateCollection interface contains a collection of individual SpotPlate objects. You can use this interface to add, remove, and generally keep track of the SpotPlate objects that have been defined.