This document is archived and information here might be outdated.  Recommended version.


IExportInfoGenerator.SetCmykColor Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IE > IExportInfoGenerator Interface > IExportInfoGenerator.SetCmykColor Method
ArcGIS Developer Help

IExportInfoGenerator.SetCmykColor Method

Generates export information for a CMYK-color.

[Visual Basic .NET]
Public Sub SetCmykColor ( _
    ByVal pDisplay As IDisplay, _
    ByVal cmykColor As Integer, _
    ByVal SpotColor As Boolean, _
    ByVal ColorType As Integer _
)
[C#]
public void SetCmykColor (
    IDisplay pDisplay,
    int cmykColor,
    bool SpotColor,
    int ColorType
);
[C++]
HRESULT SetCmykColor(
  IDisplay* pDisplay,
  OLE_COLOR cmykColor,
  VARIANT_BOOL SpotColor,
  long ColorType
);
[C++]
Parameters
pDisplay [in]

pDisplay is a parameter of type IDisplay* cmykColor [in]
cmykColor is a parameter of type OLE_COLOR SpotColor
SpotColor is a parameter of type bool ColorType
ColorType is a parameter of type long

Product Availability

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

See Also

IExportInfoGenerator Interface