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