This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJSONWriter Interface > IJSONWriter.WriteShort Method (ArcObjects .NET 10.4 SDK) |
Writes a short.
[Visual Basic .NET] Public Sub WriteShort ( _ ByVal Name As String, _ ByVal Value As Short _ )
[C#] public void WriteShort ( string Name, short Value );
[C++]
HRESULT WriteShort(
BSTR Name,
short Value
);
[C++]
Parameters Name Name is a parameter of type BSTR Value Value is a parameter of type short