EditorGetCorner(PromptCornerOptions)
Method
|
Namespace: Bricscad.EditorInput
Assembly: BrxMgd (in BrxMgd.dll) Version:
25.1.5.0
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 PromptCornerOptions
-
Return Value
PromptPointResult
See Also