AcadUtilityClassGetInteger
Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 24.0.0.0
Syntax
public virtual int GetInteger(
[OptionalAttribute] Object Prompt
)
Public Overridable Function GetInteger (
<OptionalAttribute> Prompt As Object
) As Integer
public:
virtual int GetInteger(
[OptionalAttribute] [InAttribute] Object^ Prompt
)
abstract GetInteger :
[<OptionalAttribute>] Prompt : Object -> int
override GetInteger :
[<OptionalAttribute>] Prompt : Object -> int
Parameters
- Prompt Object (Optional)
-
Return Value
Int32
Implements
IAcadUtilityGetInteger(Object)
See Also