This document is archived and information here might be outdated. Recommended version. |
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*