Function |
Description |
---|
acedGetInput |
Deprecated. Retrieves a keyword entered by the AutoCAD user during a call to one of the user-input functions (acedGetxxx(), acedEntSel(), acedNEntSelP(), acedNEntSel(), or acedDragGen()).Function acedGetInput() truncates any characters beyond 131 characters in the user's input and returns at most 132 characters in str (position 132 is reserved for the null character).A call to acedGetInput() is meaningless and will fail unless it immediately follows a call to one of the user-input functions. Even then, the call will be successful only if the user-input function has returned the value RTKWORD (or RTSTR, in... more |
acedGetInput |
Retrieves a keyword entered by the AutoCAD user during a call to one of the user-input functions (acedGetxxx(), acedEntSel(), acedNEntSelP(), acedNEntSel(), or acedDragGen()).Function acedGetInput() truncates any characters beyond 131 characters in the user's input and returns at most 132 characters in str (position 132 is reserved for the null character).A call to acedGetInput() is meaningless and will fail unless it immediately follows a call to one of the user-input functions. Even then, the call will be successful only if the user-input function has returned the value RTKWORD (or RTSTR, in the... more |
acedGetInput |
Deprecated. Retrieves a keyword entered by the AutoCAD user during a call to one of the user-input functions (acedGetxxx(), acedEntSel(), acedNEntSelP(), acedNEntSel(), or acedDragGen()).Function acedGetInput() truncates any characters beyond 131 characters in the user's input and returns at most 132 characters in str (position 132 is reserved for the null character).A call to acedGetInput() is meaningless and will fail unless it immediately follows a call to one of the user-input functions. Even then, the call will be successful only if the user-input function has returned the value RTKWORD (or RTSTR, in... more |