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


IZonalOp.ZonalGeometryAsTable Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

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,
  ITable** geometryTable
);
[C++]

Parameters geoDataset [in]
geoDataset is a parameter of type IGeoDataset geometryTable [out, retval]
geometryTable is a parameter of type ITable

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