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
Value Description vicNoLimitsCheck The user can enter a point outside of the drawing limits. vicNoNegative The user cannot enter negative values. vicNoNull The user must enter something.
vicNoRestrictions The user can enter anything. vicNoZ Does not use Z coordinates for 3D points. vicNoZero The user cannot enter zero. - Keywords
- List of keywords.