ArcObjects Library Reference (System)  

IXMLSerializeData.GetShort Method

Obtains element value as a short.

[Visual Basic .NET]
Public Function GetShort ( _
    ByVal index As Integer _
) As Short
[C#]
public short GetShort (
    int index
);
[C++]
HRESULT GetShort(
  long index,
  short* Value
);
[C++]

Parameters

index [in]   index is a parameter of type long Value [out, retval]   Value is a parameter of type short

Product Availability

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

See Also

IXMLSerializeData Interface