SmoothContours Property
SmoothContours returns or sets the smooth contours method. Returns a SrfConSmoothType.
Syntax
object.SmoothContours
object.SmoothContours = Smooth
Parameter |
Type |
Description |
Smooth |
required |
Example 1
This example demonstrates how to return the amount of contour smoothing used.
Debug.Print ContourLayer.SmoothContours
Example 2
This example demonstrates how to moderately smooth contours.
ContourLayer.SmoothContours = srfConSmoothMed
Used by: ContourLayer Object