This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSATopoFeatures Interface > IGPSATopoFeatures.GetFeatureArray Method (ArcObjects .NET 10.4 SDK) |
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