IContourFunctionArguments Interface

Provides access to members that control contour function arguments.

Members

Name Description
Read/write property ContourInterval The contour interval. Only used if number of contours <= 0.
Read/write property ContourType The contour type. Lines, fill, or smooth elevation only.
Read/write property DEM The input elevation.
Read/write property NthContourLineInBold Draw nth contour line in bold.
Read/write property NumberOfContours The number of contours to aim for in the current tile. Contour interval gets adjusted per tile.
Read/write property SigmaGaussian The sigma controls the size of the Gaussian used for smoothing the elevation raster.
Read/write property ZBase The base elevation for the contour lines.
Read/write property ZFactor The Z scale factor that converts z value to the unit of x and y.

IContourFunctionArguments.ContourInterval Property

The contour interval. Only used if number of contours <= 0.

Public Property ContourInterval As Double
public double ContourInterval {get; set;}

IContourFunctionArguments.ContourType Property

The contour type. Lines, fill, or smooth elevation only.

Public Property ContourType As esriContourType
public esriContourType ContourType {get; set;}

IContourFunctionArguments.DEM Property

The input elevation.

Public Property DEM As Object
public object DEM {get; set;}

IContourFunctionArguments.NthContourLineInBold Property

Draw nth contour line in bold.

Public Property NthContourLineInBold As Integer
public int NthContourLineInBold {get; set;}

IContourFunctionArguments.NumberOfContours Property

The number of contours to aim for in the current tile. Contour interval gets adjusted per tile.

Public Property NumberOfContours As Integer
public int NumberOfContours {get; set;}

IContourFunctionArguments.SigmaGaussian Property

The sigma controls the size of the Gaussian used for smoothing the elevation raster.

Public Property SigmaGaussian As Double
public double SigmaGaussian {get; set;}

IContourFunctionArguments.ZBase Property

The base elevation for the contour lines.

Public Property ZBase As Double
public double ZBase {get; set;}

IContourFunctionArguments.ZFactor Property

The Z scale factor that converts z value to the unit of x and y.

Public Property ZFactor As Double
public double ZFactor {get; set;}

Classes that implement IContourFunctionArguments

Classes Description
ContourFunctionArguments A class for contour function arguments.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close