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


ISchematicJSONParameters.JSONParametersObject 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.JSONParametersObject Property
ArcGIS Developer Help

ISchematicJSONParameters.JSONParametersObject Property

JSON parameters object.

[Visual Basic .NET]
Public WriteOnly Property JSONParametersObject
[C#]
public void JSONParametersObject {set;}
[C++]
HRESULT put_JSONParametersObject(
  IJSONObject* 
);
[C++]
Parameters
 [in]

is a parameter of type IJSONObject*

Product Availability

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

See Also

ISchematicJSONParameters Interface