Determines 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_SLOPE_STYLE_DIRECTION or CDS_SLOPE_STYLE_DIRECTION_AND_COLORS.
JavaScript |
|
|
|
ContourLinesInterval |
C# |
|
|
|
double ContourLinesInterval { get; set; } |
C++ |
|
|
|
HRESULT ContourLinesInterval([out, retval] double* pVal) HRESULT ContourLinesInterval([in] double pVal) |