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