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

Parameters

Name [in]   Name 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

IGPDescribe Interface