This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLReader Interface > IXMLReader.ReadShort Method (ArcObjects .NET 10.4 SDK) |
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
The ReadShort method specifies the current element value as a short.