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