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