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


IGpDescribeData.Describe Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

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,
  VARIANT* Value
);
[C++]

Parameters Method [in] Method is a parameter of type BSTR Value [out, retval] Value is a parameter of type VARIANT

Product Availability

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

See Also

IGpDescribeData Interface