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


IGPSATopoFeatures.GetFeatureInfo Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

IGPSATopoFeatures.GetFeatureInfo Method

Gets an array of TopoToRaster feature GP features for a layer type.

[Visual Basic .NET]
Public Sub GetFeatureInfo ( _
    ByVal index As Integer, _
    ByRef catalogPath As String, _
    ByRef keyword As String, _
    ByRef fieldName As String _
)
[C#]
public void GetFeatureInfo (
    int index,
    ref string catalogPath,
    ref string keyword,
    ref string fieldName
);
[C++]
HRESULT GetFeatureInfo(
  long index,
  BSTR* catalogPath,
  BSTR* keyword,
  BSTR* fieldName
);
[C++]

Parameters index [in] index is a parameter of type long catalogPath [out] catalogPath is a parameter of type BSTR keyword [out] keyword is a parameter of type BSTR fieldName [out] fieldName is a parameter of type BSTR

Product Availability

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

See Also

IGPSATopoFeatures Interface