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


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

IJSONWriter.WriteNull Method

Writes null property.

[Visual Basic .NET]
Public Sub WriteNull ( _
    ByVal Name As String _
)
[C#]
public void WriteNull (
    string Name
);
[C++]
HRESULT WriteNull(
  BSTR Name
);
[C++]
Parameters
Name [in]

Name is a parameter of type BSTR

Product Availability

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

See Also

IJSONWriter Interface