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