Provides access to members that control contour function arguments.
Members
Name | Description | |
---|---|---|
ContourInterval | The contour interval. Only used if number of contours <= 0. | |
ContourType | The contour type. Lines, fill, or smooth elevation only. | |
DEM | The input elevation. | |
NthContourLineInBold | Draw nth contour line in bold. | |
NumberOfContours | The number of contours to aim for in the current tile. Contour interval gets adjusted per tile. | |
SigmaGaussian | The sigma controls the size of the Gaussian used for smoothing the elevation raster. | |
ZBase | The base elevation for the contour lines. | |
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. |