Saves colors to an ESRI .clr file.
[Visual Basic .NET] Public Sub SaveTo ( _ ByVal colormapFileName As String _ )
[C#] public void SaveTo ( string colormapFileName );
[C++]
HRESULT SaveTo(
BSTR colormapFileName
);
[C++]Parameters
colormapFileName [in] colormapFileName is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.