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


ITemporalLegendGroup.ColorRampName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITemporalLegendGroup.ColorRampName Property

Esri pre-defined color ramp last used by the temporal renderer property page to update this object; this value is used to create default temporal legend class symbology colors.

[Visual Basic .NET]
Public Property ColorRampName As String
[C#]
public string ColorRampName {get; set;}
[C++]
HRESULT get_ColorRampName(
  BSTR* pbstrColorRampName
);
[C++]
HRESULT put_ColorRampName(
  BSTR pbstrColorRampName
);
[C++]

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITemporalLegendGroup Interface