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


IGPSAUtil.GetTopoFeatureName Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSAUtil Interface > IGPSAUtil.GetTopoFeatureName Method
ArcGIS Developer Help

IGPSAUtil.GetTopoFeatureName Method

Gets the TopoFeature Name.

[Visual Basic .NET]
Public Function GetTopoFeatureName ( _
    ByVal topoEnum As esriGPSATopoTypeEnum _
) As String
[C#]
public string GetTopoFeatureName (
    esriGPSATopoTypeEnum topoEnum
);
[C++]
HRESULT GetTopoFeatureName(
  esriGPSATopoTypeEnum topoEnum
);
[C++]
Parameters
topoEnum [in]

topoEnum is a parameter of type esriGPSATopoTypeEnum

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

See Also

IGPSAUtil Interface