ArcObjects Library Reference (Display)  

esriGDICommentSetCmykColor Structure

GDI Comment stucture used to set CMYK color and spot colors.

Syntax

[Visual Basic .NET]
Public Sub New ( _
   dSignature As Integer,
   nVersion As Integer,
   cmykClr As Integer,
   IsSpotColor As Short,
   colorType As Short
)
[C#]
public esriGDICommentSetCmykColor {
   uint dSignature,
   uint nVersion,
   uint cmykClr,
   short IsSpotColor,
   short colorType
)
[C++]

typedef struct esriGDICommentSetCmykColor {

   Unsigned long dSignature;

   Unsigned long nVersion;

   Unsigned long cmykClr;

   short IsSpotColor;

   short colorType; } esriGDICommentSetCmykColor;

Product Availability

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