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