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


IXMLSerializeData.AddShort Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLSerializeData Interface > IXMLSerializeData.AddShort Method
ArcGIS Developer Help

IXMLSerializeData.AddShort Method

Adds element value as a short.

[Visual Basic .NET]
Public Sub AddShort ( _
    ByVal Name As String, _
    ByVal Value As Short _
)
[C#]
public void AddShort (
    string Name,
    short Value
);
[C++]
HRESULT AddShort(
  BSTR Name,
  short Value
);
[C++]
Parameters
Name [in]

Name is a parameter of type BSTR Value [in]
Value is a parameter of type short

Product Availability

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

See Also

IXMLSerializeData Interface