InitializeUserInput Method

IntelliCAD 11.1 Object Library
InitializeUserInput Method
See Also 
Bits
Keywords
List of keywords.
Utility Object : InitializeUserInput Method

Description

Equivalent to initget function in LISP.

Syntax

Visual Basic
Public Sub InitializeUserInput( _
   ByVal Bits As UserInputType, _
   Optional ByVal Keywords As Variant _
) 

Parameters

Bits
ValueDescription
vicNoLimitsCheckThe user can enter a point outside of the drawing limits.
vicNoNegativeThe user cannot enter negative values.
vicNoNull

The user must enter something.

vicNoRestrictionsThe user can enter anything.
vicNoZDoes not use Z coordinates for 3D points.
vicNoZeroThe user cannot enter zero.
Keywords
List of keywords.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.