This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > ID > IDEArcInfoUtilities Interface > IDEArcInfoUtilities.GetFeatureClassTopologyFromString Method (ArcObjects .NET 10.5 SDK) |
Get feature class topology from string.
[Visual Basic .NET] Public Function GetFeatureClassTopologyFromString ( _ ByVal desc As String _ ) As esriFeatureClassTopology
[C#] public esriFeatureClassTopology GetFeatureClassTopologyFromString ( string desc );
[C++]
HRESULT GetFeatureClassTopologyFromString(
BSTR desc,
esriFeatureClassTopology* Type
);
[C++]
Parameters desc [in] desc is a parameter of type BSTR Type [out, retval]
Type is a parameter of type esriFeatureClassTopology