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


IRasterColormap3.SaveTo Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterColormap3.SaveTo Method

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.

See Also

IRasterColormap3 Interface

.NET Related Topics

How to save and load color maps