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