ObjectImportedValuesI

  • Scroll to top of this topic Scroll to Top of Page

  • Print the current topic Print Topic

  • No expanding elements on this page Show/Hide Expanders

When importing data, sometimes the data are imported as an object with multiple sections. Each section has an associated value. For integer values, these values are accessed through the ObjectImportedValuesI({Key}) function. If used, Key is a text string used to identify the group of imported values to use. For data sets, key is not required because the name of the data set acts as the key. ObjectImportedValuesI is normally only used for data that has been imported from an external source.

The imported data are displayed in the Imported Data tab of the Object Properties dialog box. Imported data can not be edited. The "Key" argument used to access the data is displayed in the captions of the columns. Imported coordinates, however, can not be accessed using a key.

The Key argument is a text variable so it is typically enclosed in quotation marks.

Example: ObjectImportedValuesI("MyImportedData")