PromptAngleOptionsUseDashedLine Property
 | 
Namespace:  Bricscad.EditorInput
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public bool UseDashedLine { get; set; }
 
Public Property UseDashedLine As Boolean
        Get
        Set
 
public:
property bool UseDashedLine {
        bool get ();
        void set (bool value);
}
 
member UseDashedLine : bool with get, set
 
 
 
Property Value
Type: 
Boolean 
See Also