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


IGPSAUtil.GetTopoFeatureName Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

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,
  BSTR* topoFeatureName
);
[C++]

Parameters topoEnum [in]
topoEnum is a parameter of type esriGPSATopoTypeEnum topoFeatureName [out, retval] topoFeatureName is a parameter of type BSTR

Product Availability

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

See Also

IGPSAUtil Interface