February 18, 201016 yr Greetings all!I have been wondering what the most efficient way is to set a single variable in a data definition. Say I create a definition that contains a series of variables related to flight controls. For now, I am not using tagged variables (I read somewhere that using tagged values with data that changes often would hurt performance). If I want to update only one of those variables in the definition -- leaving all other variables untouched -- how would I do that efficiently?Thanks,Lev
March 18, 201016 yr Commercial Member I believe I read somewhere that if one item in a definition changes, the entire block of data is considered changed. If you want to change a single item, you need to create a definition that contains only that item.
Create an account or sign in to comment