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


IRasterFunctionTemplate5.LoadFromString Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterFunctionTemplate5.LoadFromString Method

Load/deserialize a raster function template from a string.

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

Parameters xmlRFT xmlRFT is a parameter of type BSTR

Product Availability

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

See Also

IRasterFunctionTemplate5 Interface