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