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


IPostScriptColor.SpotDescription Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

IPostScriptColor.SpotDescription Property

The description of the spot plate.

[Visual Basic .NET]
Public Property SpotDescription As String
[C#]
public string SpotDescription {get; set;}
[C++]
HRESULT get_SpotDescription(
  BSTR* desc
);
[C++]
HRESULT put_SpotDescription(
  BSTR desc
);
[C++]

Parameters desc [out, retval] desc is a parameter of type BSTR desc [in] desc is a parameter of type BSTR

Product Availability

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

See Also

IPostScriptColor Interface