This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRasterConvertHelper Interface > IRasterConvertHelper.ToShapefile Method (ArcObjects .NET 10.5 SDK) |
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