ArcObjects Library Reference (Carto)  

ITinContourRenderer.ContourInterval Property

The contour interval.

[Visual Basic .NET]
Public Property contourInterval As Double
[C#]
public double contourInterval {get; set;}
[C++]
HRESULT get_contourInterval(
  double* Interval
);
[C++]
HRESULT put_contourInterval(
  double Interval
);
[C++]

Parameters

Interval [out, retval]   Interval is a parameter of type double Interval [in]   Interval is a parameter of type double

Product Availability

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

See Also

ITinContourRenderer Interface