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


IJSONWriter.WriteShortVal 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.WriteShortVal Method
ArcGIS Developer Help

IJSONWriter.WriteShortVal Method

Writes a short int in array.

[Visual Basic .NET]
Public Sub WriteShortVal ( _
    ByVal Value As Short _
)
[C#]
public void WriteShortVal (
    short Value
);
[C++]
HRESULT WriteShortVal(
  short Value
);
[C++]
Parameters
Value 

Value is a parameter of type short

Product Availability

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

See Also

IJSONWriter Interface