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