IAcadUtilityGetInteger Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
int GetInteger(
[OptionalAttribute] Object Prompt
)
Function GetInteger (
<OptionalAttribute> Prompt As Object
) As Integer
int GetInteger(
[OptionalAttribute] [InAttribute] Object^ Prompt
)
abstract GetInteger :
[<OptionalAttribute>] Prompt : Object -> int
Parameters
- Prompt (Optional)
- Type: SystemObject
Return Value
Type:
Int32
See Also