X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 06 Nov 2006 11:43 AM by  anon
Deleting a vector from Available Vectors List
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
06 Nov 2006 11:43 AM
    Hi, I'm writing a program that makes changes to attributes of a vector. But, no matter those changes are saved to a file or not, the changes remain changed unless I manually remove the vector from the AVL, or restart the whole ENVI session. So, I like to know a function/procedure that removes a vector from the Available Vectors List. (Or a function/procedure that updates/reload the vector from disk.) Thank you.

    Deleted User



    New Member


    Posts:
    New Member


    --
    06 Nov 2006 11:43 AM
    You could try a combination of ENVI_EVF_CLOSE and ENVI_EVF_OPEN to remove and then restore a vector file, but I am not sure that those would work. However, they are the only exposed and documented routines that could potentially address your needs.
    You are not authorized to post a reply.