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


ITemporalLegendGroup.ColorRampName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalLegendGroup Interface > ITemporalLegendGroup.ColorRampName Property
ArcGIS Developer Help

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(
  System.String* 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