AcadUtilityClassGetReal Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public virtual double GetReal(
[OptionalAttribute] Object Prompt
)
Public Overridable Function GetReal (
<OptionalAttribute> Prompt As Object
) As Double
public:
virtual double GetReal(
[OptionalAttribute] [InAttribute] Object^ Prompt
)
abstract GetReal :
[<OptionalAttribute>] Prompt : Object -> float
override GetReal :
[<OptionalAttribute>] Prompt : Object -> float
Parameters
- Prompt (Optional)
- Type: SystemObject
Return Value
Type:
Double
Implements
IAcadUtilityGetReal(Object)
See Also