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


IDEGdbUtilities.GetExpandTypeDescription Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDEGdbUtilities.GetExpandTypeDescription Method

Get expand type description.

[Visual Basic .NET]
Public Function GetExpandTypeDescription ( _
    ByVal Type As esriDEExpandType _
) As String
[C#]
public string GetExpandTypeDescription (
    esriDEExpandType Type
);
[C++]
HRESULT GetExpandTypeDescription(
  esriDEExpandType Type
);
[C++]

Parameters Type [in]
Type is a parameter of type esriDEExpandType

Product Availability

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

See Also

IDEGdbUtilities Interface