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


IGPDescribe.Describe Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

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