Hello! I am currently working on a python script (isn't my own, just modifying for simlicity), and I am wanting to try and essentially create a temporary layer that another feature class can utilize for attributes and fields. I have a point layer that is being created for addresses within a half mile of feedlots, and with the original script, a line layer was also created to obtain distance information from the address points to the feedlots. The script uses the line layer to 'transfer' the line fields to the address's attributes, but I don't need the lines anymore. I want to try and make the line layer a temporary feature or layer that can be used to call back upon so that the address feature can still obtain the needed information. How would one go about this, and how does the In_Memory function(?) work?