This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpDescribeData Interface > IGpDescribeData.Describe Method (ArcObjects .NET 10.4 SDK) |
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