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


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

IJSONArray.AddNull Method

Adds new null value to the array.

[Visual Basic .NET]
Public Sub AddNull ( _
)
[C#]
public void AddNull (
);
[C++]
HRESULT AddNull(
void
);

Product Availability

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

See Also

IJSONArray Interface