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