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