EditorGetCorner(PromptCornerOptions)
Method
|
Namespace: Bricscad.EditorInput
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.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