Results 1 to 4 of 4

Thread: xdata

  1. #1
    Member
    Join Date
    2004-08
    Posts
    41
    Login to Give a bone
    0

    Default xdata

    i have 2 questions on xdata..

    1.how to append a data to the xdata list already attached to an entity?
    2.how to remove xdata from an entity?

    thanks in advance..

    regards,

    SANTHOSH

  2. #2
    100 Club
    Join Date
    2000-11
    Location
    Adelaide, South Australia
    Posts
    116
    Login to Give a bone
    0

    Default Re: xdata

    Do you want to append to the same application name?
    Do you want to remove for all application names or one specifically?

    Regards - Nathan

  3. #3
    Member
    Join Date
    2004-08
    Posts
    41
    Login to Give a bone
    0

    Default Re: xdata

    nathan,

    1.the data is to be appended to the same application.
    2.the entity is to be rid of xdata of all application names(including the application itself)..

    hope this makes it more clear..
    thanks for responding...
    santhosh

  4. #4
    100 Club
    Join Date
    2000-11
    Location
    Adelaide, South Australia
    Posts
    116
    Login to Give a bone
    0

    Default Re: xdata

    1. You will need to use the GetXData method to return the current XData and append the new data to the returned arrays then pass the arrays to the SetXData Method.
    2. Go to www.ACADX.com and in the menu down the side under Visual Basic is a ClearXData routine.

    Regards - Nathan

Similar Threads

  1. Replies: 6
    Last Post: 2015-08-31, 04:05 PM
  2. Filtering by Xdata
    By JasonSelf in forum AutoLISP
    Replies: 6
    Last Post: 2014-11-25, 10:30 AM
  3. Help me with xdata
    By rdogomes in forum AutoLISP
    Replies: 13
    Last Post: 2010-09-16, 06:42 PM
  4. xdata
    By fletch97 in forum AutoLISP
    Replies: 1
    Last Post: 2005-08-31, 05:52 PM
  5. Possible xdata?
    By whdjr in forum AutoLISP
    Replies: 7
    Last Post: 2004-08-25, 03:32 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •