.NET
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
How to do like 'initget' (AutoLISP) in .net
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
201 Views, 5 Replies
06-12-2012 09:10 AM
When prompt for input a point from user. I need also an option if they input a keyword like 'T'. We will open 1 form. After close this form. We back to prompt for a point again. Pls help.
Solved! Go to Solution.
Re: How to do like 'initget' (AutoLISP) in .net
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-12-2012 10:18 AM in reply to:
Nk_long
Check out the GetKeyWords method here.
Re: How to do like 'initget' (AutoLISP) in .net
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-12-2012 11:35 AM in reply to:
eljobe
Not only get a key word. I need something like the way using 'initget' in AutoLISP. A prompt that user can input a point or a kword.
Re: How to do like 'initget' (AutoLISP) in .net
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-12-2012 11:41 AM in reply to:
Nk_long
That's why I linked to that method's parent topic. There are other options, GetString, GetObject, GetPoint. Did you read them? Prompting the user for info all works the same way and they all have examples and use similar techniques.
Re: How to do like 'initget' (AutoLISP) in .net
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-12-2012 06:44 PM in reply to:
Nk_long
Thank you so much. I found it already. In'Control User Input' content.
Re: How to do like 'initget' (AutoLISP) in .net
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-14-2012 07:23 AM in reply to:
Nk_long
You're welcome.

