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


IGPSAUtil.GetTopoFeatureEnum Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

IGPSAUtil.GetTopoFeatureEnum Method

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
);
[C++]

Parameters topoFeatureName [in]
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