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


IXMLReader.ReadShort Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IXMLReader.ReadShort Method

Reads the current element value as a short.

[Visual Basic .NET]
Public Function ReadShort ( _
) As Short
[C#]
public short ReadShort (
);
[C++]
HRESULT ReadShort(
  short* Value
);
[C++]

Parameters Value [out, retval] Value is a parameter of type short

Product Availability

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

Remarks

The ReadShort method specifies the current element value as a short.

See Also

IXMLReader Interface