| LinearDimensionShapeUseProjectionLineLinewidth Property  | 
 
            Gets or sets a value indicating whether or not the line width of the dimension extension line uses a line width different from the line width 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
Syntaxpublic abstract bool UseProjectionLineLinewidth { get; set; }Public MustOverride Property UseProjectionLineLinewidth As Boolean
	Get
	Set
Property Value
Type: 
Boolean
            true if the line width of the dimension extension line uses a line width different from the line width of the dimension line. Otherwise false.
            
 See Also
See Also