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


IGPVariant.Variant Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPVariant Interface > IGPVariant.Variant Property
ArcGIS Developer Help

IGPVariant.Variant Property

The value of the geoprocessing value object as a variant.

[Visual Basic .NET]
Public Property Variant As Object
[C#]
public object Variant {get; set;}
[C++]
HRESULT get_Variant(
  Variant* Value
);
[C++]
HRESULT put_Variant(
  VARIANT Value
);
[C++]
Parameters
Value [out, retval]

Value is a parameter of type VARIANT* Value [in]
Value is a parameter of type VARIANT

Product Availability

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

See Also

IGPVariant Interface