ArcObjects Library Reference (Schematic)  

ISchematicJSONParameters.JSONParametersArray Property

JSON parameters array.

[Visual Basic .NET]
Public ReadOnly Property JSONParametersArray As IJSONArray
[C#]
public IJSONArray JSONParametersArray {get;}
[C++]
HRESULT get_JSONParametersArray(
  IJSONArray** JsonArray
);
[C++]

Parameters

JsonArray [out, retval]

  JsonArray is a parameter of type IJSONArray

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicJSONParameters Interface