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


IJSONArray.AddNull Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJSONArray Interface > IJSONArray.AddNull Method
ArcGIS Developer Help

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