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


IGPSATopoFeatures.GetFeatureInfo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSATopoFeatures Interface > IGPSATopoFeatures.GetFeatureInfo Method
ArcGIS Developer Help

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,
  System.String* catalogPath,
  System.String* keyword,
  System.String* 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