ArcObjects Library Reference (System)  

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