Share

ViewDisplaySketchyLines.Extension Property

The extension scale value. Controls the magnitude of line's extension. Values between 0 and 10.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public int Extension { get; set; }

Property Value

Int32

Exceptions

ExceptionCondition
ArgumentOutOfRangeException When setting this property: The extension value is not valid. The valid range is 0 to 10.

See Also

Reference

Was this information helpful?