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 > IGPSATopoFeatures Interface > IGPSATopoFeatures.GetFeatureInfo Method (ArcObjects .NET 10.5 SDK) |
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