Get feature class topology description.
[Visual Basic .NET] Public Function GetFeatureClassTopologyDescription ( _ ByVal Type As esriFeatureClassTopology _ ) As String
[C#] public string GetFeatureClassTopologyDescription ( esriFeatureClassTopology Type );
[C++]
HRESULT GetFeatureClassTopologyDescription(
esriFeatureClassTopology Type,
BSTR* desc
);
[C++]Parameters
Type [in]Type is a parameter of type esriFeatureClassTopology
desc [out, retval] desc is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.