Return data from every object in a dbView: Difference between revisions

m
Line 2: Line 2:


====Use an array to hold the object ID====
====Use an array to hold the object ID====
You can use an array to hold the ObjectID of each object.  Then  
You can use an array to hold the ObjectID of each object.  Then loop thru the array and ask the property of each object.
loop thru the array and ask the property of each object.


  // outside the dbview:
  // outside the dbview: