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.GetTopoFeatureEnum Method (ArcObjects .NET 10.5 SDK) |
Gets the TopoFeature Enum.
[Visual Basic .NET] Public Function GetTopoFeatureEnum ( _ ByVal topoFeatureName As String _ ) As esriGPSATopoTypeEnum
[C#] public esriGPSATopoTypeEnum GetTopoFeatureEnum ( string topoFeatureName );
[C++]
HRESULT GetTopoFeatureEnum(
BSTR topoFeatureName,
esriGPSATopoTypeEnum* topoEnum
);
[C++]
Parameters topoFeatureName [in] topoFeatureName is a parameter of type BSTR topoEnum [out, retval]
topoEnum is a parameter of type esriGPSATopoTypeEnum