PromptSelectionResultEventArgsResult Property
 | 
Namespace: Bricscad.EditorInput
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
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
PromptSelectionResult
 
See Also