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


IRasterConvertHelper.ToShapefile Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoAnalyst)  

IRasterConvertHelper.ToShapefile Method

Converts a GeoDataset to a shapefile.

[Visual Basic .NET]
Public Function ToShapefile ( _
    ByVal pIn As IGeoDataset, _
    ByVal geometryType As esriGeometryType, _
    ByVal rasterEnv As IRasterAnalysisEnvironment _
) As IFeatureClass
[C#]
public IFeatureClass ToShapefile (
    IGeoDataset pIn,
    esriGeometryType geometryType,
    IRasterAnalysisEnvironment rasterEnv
);
[C++]
HRESULT ToShapefile(
  IGeoDataset* pIn,
  esriGeometryType geometryType,
  IRasterAnalysisEnvironment* rasterEnv,
  IFeatureClass** ppOut
);
[C++]

Parameters pIn [in]
pIn is a parameter of type IGeoDataset geometryType [in]
geometryType is a parameter of type esriGeometryType rasterEnv [in]
rasterEnv is a parameter of type IRasterAnalysisEnvironment ppOut [out, retval]
ppOut is a parameter of type IFeatureClass

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterConvertHelper Interface