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


IJSONWriter.SetIndent Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IJSONWriter.SetIndent Method

Writes indent for 'pretty' formatting. Default is 2.

[Visual Basic .NET]
Public Sub SetIndent ( _
    ByVal Value As Integer _
)
[C#]
public void SetIndent (
    int Value
);
[C++]
HRESULT SetIndent(
  long Value
);
[C++]

Parameters Value Value is a parameter of type long

Product Availability

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

See Also

IJSONWriter Interface