ArcObjects Library Reference (GeoAnalyst)  

ISurfaceOp2.ContourList Method

Creates contours or isolines based off a list of contour values.

[Visual Basic .NET]
Public Function ContourList ( _
    ByVal GeoDataset As IGeoDataset, _
    ByRef contoursArray As Object _
) As IGeoDataset
[C#]
public IGeoDataset ContourList (
    IGeoDataset GeoDataset,
    ref object contoursArray
);
[C++]
HRESULT ContourList(
  IGeoDataset* GeoDataset,
  VARIANT* contoursArray,
  IGeoDataset** outGeoDataset
);
[C++]

Parameters

GeoDataset [in]

  GeoDataset is a parameter of type IGeoDataset

contoursArray [in]   contoursArray is a parameter of type VARIANT outGeoDataset [out, retval]

  outGeoDataset is a parameter of type IGeoDataset

Product Availability

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

Remarks

GeoDataset

an input Raster, RasterDataset, RasterBand, or RasterDescriptor to be contoured

contoursarray

the list of z values at which to generate contours

 

See Also

ISurfaceOp2 Interface