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