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


IZonalOp.ZonalGeometryAsTable Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IZ > IZonalOp Interface > IZonalOp.ZonalGeometryAsTable Method
ArcGIS Developer Help

IZonalOp.ZonalGeometryAsTable Method

Calculates all geometry characteristics for each zone in a table.

[Visual Basic .NET]
Public Function ZonalGeometryAsTable ( _
    ByVal geoDataset As IGeoDataset _
) As ITable
[C#]
public ITable ZonalGeometryAsTable (
    IGeoDataset geoDataset
);
[C++]
HRESULT ZonalGeometryAsTable(
  IGeoDataset* geoDataset
);
[C++]
Parameters
geoDataset [in]

geoDataset is a parameter of type IGeoDataset*

Product Availability

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

Remarks

geoDataset an input Raster, RasterDataset, RasterBand, or RasterDescriptor or FeatureClass, FeatureClassDescriptor that identifies zones

See Also

IZonalOp Interface