PromptDoubleResultEventArgsResult Property
 | 
Namespace:  Bricscad.EditorInput
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public PromptDoubleResult Result { get; }
 
Public ReadOnly Property Result As PromptDoubleResult
        Get
 
public:
property PromptDoubleResult^ Result {
        PromptDoubleResult^ get ();
}
 
member Result : PromptDoubleResult with get
 
 
 
Property Value
Type: 
PromptDoubleResult 
See Also