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