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


IJSONArray.AddBoolean Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IJSONArray.AddBoolean Method

Adds new boolean value to the array.

[Visual Basic .NET]
Public Sub AddBoolean ( _
    ByVal Value As Boolean _
)
[C#]
public void AddBoolean (
    bool Value
);
[C++]
HRESULT AddBoolean(
  VARIANT_BOOL Value
);
[C++]

Parameters Value [in] Value is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IJSONArray Interface