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


IDEGdbUtilities.GetExpandTypeFromString Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEGdbUtilities Interface > IDEGdbUtilities.GetExpandTypeFromString Method
ArcGIS Developer Help

IDEGdbUtilities.GetExpandTypeFromString Method

Get expand type from string.

[Visual Basic .NET]
Public Function GetExpandTypeFromString ( _
    ByVal desc As String _
) As esriDEExpandType
[C#]
public esriDEExpandType GetExpandTypeFromString (
    string desc
);
[C++]
HRESULT GetExpandTypeFromString(
  BSTR desc
);
[C++]
Parameters
desc [in]

desc is a parameter of type BSTR

Product Availability

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

See Also

IDEGdbUtilities Interface