ArcObjects Library Reference (System)  

IXMLSerializeData.GetVariant Method

Obtains element value as a variant.

[Visual Basic .NET]
Public Function GetVariant ( _
    ByVal index As Integer _
) As Object
[C#]
public object GetVariant (
    int index
);
[C++]
HRESULT GetVariant(
  long index,
  VARIANT* Value
);
[C++]

Parameters

index [in]   index is a parameter of type long Value [out, retval]   Value is a parameter of type VARIANT

Product Availability

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

See Also

IXMLSerializeData Interface