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


ISpotPlate.Color Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Output)  

ISpotPlate.Color Property

The Color for Separation.

[Visual Basic .NET]
Public Property Color As IPostScriptColor
[C#]
public IPostScriptColor Color {get; set;}
[C++]
HRESULT get_Color(
  IPostScriptColor** Color
);
[C++]
HRESULT put_Color(
  IPostScriptColor* Color
);
[C++]

Parameters Color [out, retval]
Color is a parameter of type IPostScriptColor Color [in]
Color is a parameter of type IPostScriptColor

Product Availability

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

See Also

ISpotPlate Interface