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


IRasterFunctionTemplate4.SaveToFile Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterFunctionTemplate4 Interface > IRasterFunctionTemplate4.SaveToFile Method
ArcGIS Developer Help

IRasterFunctionTemplate4.SaveToFile Method

Save/serialize a raster function template to a file.

[Visual Basic .NET]
Public Sub SaveToFile ( _
    ByVal Path As String _
)
[C#]
public void SaveToFile (
    string Path
);
[C++]
HRESULT SaveToFile(
  BSTR Path
);
[C++]
Parameters
Path 

Path is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterFunctionTemplate4 Interface