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


ISchematicJSONParameters.JSONParametersArray Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicJSONParameters Interface > ISchematicJSONParameters.JSONParametersArray Property
ArcGIS Developer Help

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