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


IDEArcInfoUtilities.GetFeatureClassTopologyFromString Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

IDEArcInfoUtilities.GetFeatureClassTopologyFromString Method

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

Product Availability

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

See Also

IDEArcInfoUtilities Interface