Sets or returns the number of contour lines per surface for entities in a given document. The value of this property is stored in the ISOLINES system variable.
Syntax
integerVariable = object.ContourLinesPerSurface
object.ContourLinesPerSurface = <integer>
where:
integerVariable is a variable for storing the number of contour lines.
object is the DocumentPrefernces object.
Examples ...