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


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

IJSONWriter.StartObject Method

Starts writing an object.

[Visual Basic .NET]
Public Sub StartObject ( _
    ByVal Name As String _
)
[C#]
public void StartObject (
    string Name
);
[C++]
HRESULT StartObject(
  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