Gets and sets the elevation spacing between the contour lines. The base for the contour lines is at zero elevation above the terrain database vertical datum base ellipsoid. This property is applied only when the DisplayStyle property is set to CDS_CONTOUR_STYLE_LINES or CDS_CONTOUR_STYLE_LINES_AND_COLORS.
JavaScript |
|
|
|
ContourLinesInterval |
C# |
|
|
|
double ContourLinesInterval { get; set; } |
C++ |
|
|
|
HRESULT ContourLinesInterval([out, retval] double* pVal) HRESULT ContourLinesInterval([in] double pVal) |