Click or drag to resize

ArcDimensionShapeUseProjectionLineLinetype Property

Gets or sets a value indicating whether or not the line type of the dimension extension line uses a line type different from the line type of the dimension line.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract bool UseProjectionLineLinetype { get; set; }

Property Value

Type: Boolean
true if the line type of the dimension extension line uses a line type different from the line type of the dimension line. Otherwise false.
See Also