AcadUtilityClassGetInteger Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.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 (Optional)
- Type: SystemObject
Return Value
Type:
Int32
Implements
IAcadUtilityGetInteger(Object)
See Also