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


ISurfaceOp.ContourList Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IS > ISurfaceOp Interface > ISurfaceOp.ContourList Method
ArcGIS Developer Help

ISurfaceOp.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
);
[C++]
Parameters
GeoDataset [in]

GeoDataset is a parameter of type IGeoDataset* contoursArray [in]
contoursArray is a parameter of type VARIANT*

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

ISurfaceOp Interface