ArcObjects Library Reference (SpatialAnalyst)  

IGPSATopoFeatures.GetFeatureArray Method

Gets an array of TopoToRaster features for a layer type.

[Visual Basic .NET]
Public Function GetFeatureArray ( _
    ByVal Type As esriGPSATopoTypeEnum _
) As IArray
[C#]
public IArray GetFeatureArray (
    esriGPSATopoTypeEnum Type
);
[C++]
HRESULT GetFeatureArray(
  esriGPSATopoTypeEnum Type,
  IArray** ppOut
);
[C++]

Parameters

Type [in]

  Type is a parameter of type esriGPSATopoTypeEnum

ppOut [out, retval]

  ppOut is a parameter of type IArray

Product Availability

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

See Also

IGPSATopoFeatures Interface