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