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


IJSONWriter.StartArray Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IJSONWriter.StartArray Method

Starts an array.

[Visual Basic .NET]
Public Sub StartArray ( _
    ByVal Name As String _
)
[C#]
public void StartArray (
    string Name
);
[C++]
HRESULT StartArray(
  BSTR Name
);
[C++]

Parameters Name Name is a parameter of type BSTR

Product Availability

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

See Also

IJSONWriter Interface