This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJSONWriter Interface > IJSONWriter.WriteIntegerVal Method (ArcObjects .NET 10.4 SDK) |
Writes an integer in array.
[Visual Basic .NET] Public Sub WriteIntegerVal ( _ ByVal Value As Integer _ )
[C#] public void WriteIntegerVal ( int Value );
[C++]
HRESULT WriteIntegerVal(
long Value
);
[C++]
Parameters Value Value is a parameter of type long