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 |
- The method returns a reference to a FeatureClass object.
- Read the Working with ArcGIS Spatial Analyst objects technical document for general information on implementing Spatial Analyst operations.