• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    .NET

    Reply
    Contributor
    Posts: 15
    Registered: ‎05-31-2012
    Accepted Solution

    How to do like 'initget' (AutoLISP) in .net

    202 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.

    Please use plain text.
    Distinguished Contributor
    Posts: 701
    Registered: ‎01-24-2003

    Re: How to do like 'initget' (AutoLISP) in .net

    06-12-2012 10:18 AM in reply to: Nk_long

    Check out the GetKeyWords method here.

    Please use plain text.
    Contributor
    Posts: 15
    Registered: ‎05-31-2012

    Re: How to do like 'initget' (AutoLISP) in .net

    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.

    Please use plain text.
    Distinguished Contributor
    Posts: 701
    Registered: ‎01-24-2003

    Re: How to do like 'initget' (AutoLISP) in .net

    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.

    Please use plain text.
    Contributor
    Posts: 15
    Registered: ‎05-31-2012

    Re: How to do like 'initget' (AutoLISP) in .net

    06-12-2012 06:44 PM in reply to: Nk_long

    Thank you so much. I found it already. In'Control User Input' content.

    Please use plain text.
    Distinguished Contributor
    Posts: 701
    Registered: ‎01-24-2003

    Re: How to do like 'initget' (AutoLISP) in .net

    06-14-2012 07:23 AM in reply to: Nk_long

    You're welcome.

    Please use plain text.