ArcObjects Library Reference (System)  

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