FaultLine Property

FaultLine returns the line format object for fault traces. Returns a LineFormat object. This is a read-only property.

Syntax

object.FaultLine

Example 1

This example demonstrates how to return the line style of a fault line.

Debug.Print ContourLayer.FaultLine.Style

Example 2

This example demonstrates how to set the width of a fault line to 0.05 page units.

ContourLayer.FaultLine.Width = 0.05

Used by: ContourLayer Object