This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalLegendGroup Interface > ITemporalLegendGroup.ColorRampName Property (ArcObjects .NET 10.4 SDK) |
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