EditorGetPoint Method (PromptPointOptions)
 | 
Namespace:  Bricscad.EditorInput
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public PromptPointResult GetPoint(
        PromptPointOptions opts
)
 
Public Function GetPoint ( 
        opts As PromptPointOptions
) As PromptPointResult
 
public:
PromptPointResult^ GetPoint(
        PromptPointOptions^ opts
)
 
member GetPoint : 
        opts : PromptPointOptions -> PromptPointResult 
 
 
 
Parameters
- opts
 
- Type: Bricscad.EditorInputPromptPointOptions
 
Return Value
Type: 
PromptPointResult 
See Also