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


IRasterFunctionArguments2.ToJSON Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterFunctionArguments2.ToJSON Method

Saves raster function arguments to JSON.

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

Parameters pJSON [out, retval]
pJSON is a parameter of type IJSONObject

Product Availability

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

See Also

IRasterFunctionArguments2 Interface