LinearDimensionShapeUseProjectionLineLinetype 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)
Syntaxpublic abstract bool UseProjectionLineLinetype { get; set; }Public MustOverride Property UseProjectionLineLinetype As Boolean
	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