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


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

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
);
[C++]
Parameters
index [in]

index is a parameter of type long

Product Availability

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

See Also

IXMLSerializeData Interface