


Replace an object and set as selected in the vcSESSION variable vcReplaceAndSelectObject(obj,[val]) Replace an existing object in the vcSESSION global variable. The object type can be SCENE,VCIMAGE,OPTICALIMAGE, or ISA. The val should be the value of the object that will be replaced. If there are no objects in the vcSESSION variable then this one becomes the first entry, replacing nothing. Examples vcReplaceAndSelectObject(oi,3); vcReplaceAndSelectObject(ISA,val); Copyright ImagEval Consultants, LLC, 2003.
