This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSAUtil Interface > IGPSAUtil.GetTopoFeatureName Method (ArcObjects .NET 10.5 SDK) |
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