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


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

IRasterFunctionTemplate3.ToJSON Method

Saves raster function template to JSON.

[Visual Basic .NET]
Public Function ToJSON ( _
) As IJSONObject
[C#]
public IJSONObject ToJSON (
);
[C++]
HRESULT ToJSON(
void
);

Product Availability

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

See Also

IRasterFunctionTemplate3 Interface