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


IGpDescribeData.Describe Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpDescribeData Interface > IGpDescribeData.Describe Method
ArcGIS Developer Help

IGpDescribeData.Describe Method

Returns information about a given data element.

[Visual Basic .NET]
Public Function Describe ( _
    ByVal Method As String _
) As Object
[C#]
public object Describe (
    string Method
);
[C++]
HRESULT Describe(
  BSTR Method
);
[C++]
Parameters
Method [in]

Method is a parameter of type BSTR

Product Availability

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

See Also

IGpDescribeData Interface