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


IXMLReader.ReadVariant Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IXMLReader.ReadVariant Method

Reads the current element value as a variant.

[Visual Basic .NET]
Public Function ReadVariant ( _
) As Object
[C#]
public object ReadVariant (
);
[C++]
HRESULT ReadVariant(
  VARIANT* Value
);
[C++]

Parameters Value [out, retval] Value is a parameter of type VARIANT

Product Availability

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

Remarks

The ReadVariant method specifies the current element value as a variant.

See Also

IXMLReader Interface