EditorGetAngle Method (PromptAngleOptions)
 | 
Namespace:  Bricscad.EditorInput
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public PromptDoubleResult GetAngle(
        PromptAngleOptions opts
)
 
Public Function GetAngle ( 
        opts As PromptAngleOptions
) As PromptDoubleResult
 
public:
PromptDoubleResult^ GetAngle(
        PromptAngleOptions^ opts
)
 
member GetAngle : 
        opts : PromptAngleOptions -> PromptDoubleResult 
 
 
 
Parameters
- opts
 
- Type: Bricscad.EditorInputPromptAngleOptions
 
Return Value
Type: 
PromptDoubleResult 
See Also