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