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


IGpDispatch.Describe Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGpDispatch.Describe Method

Returns a descriptor object describing the properties of the specified data element.

[Visual Basic .NET]
Public Function Describe ( _
    ByRef pInputValue As Object, _
    [ByRef DataType As Object] _
) As Object
[C#]
public object Describe (
    ref object pInputValue,
    ref object DataType
);
[C++]
HRESULT Describe(
  Variant* pInputValue,
  Variant* DataType
);
[C++]

Parameters pInputValue [in]
pInputValue is a parameter of type VARIANT* DataType [in, optional]
DataType is a parameter of type VARIANT*

Product Availability

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

See Also

IGpDispatch Interface