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


IRasterFunctionArguments2.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 > IRasterFunctionArguments2 Interface > IRasterFunctionArguments2.ToJSON Method
ArcGIS Developer Help

IRasterFunctionArguments2.ToJSON Method

Saves raster function arguments 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

IRasterFunctionArguments2 Interface