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,
esriDEExpandType* Type
);
[C++]Parameters
desc [in] desc is a parameter of type BSTR Type [out, retval]Type is a parameter of type esriDEExpandType
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.