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


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

IXMLWriter.WriteShort Method

Writes an element value as a short.

[Visual Basic .NET]
Public Sub WriteShort ( _
    ByVal Value As Short _
)
[C#]
public void WriteShort (
    short Value
);
[C++]
HRESULT WriteShort(
  short Value
);
[C++]
Parameters
Value [in]

Value is a parameter of type short

Product Availability

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

See Also

IXMLWriter Interface