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


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

IGPDescribe.Describe Method

The description of the named object.

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

Name is a parameter of type BSTR

Product Availability

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

See Also

IGPDescribe Interface