assetMetadata function
Syntax
float/bool/string/float[]/bool[]/string[] assetMetadata(filePath, key, defaultValue)
Parameters
- filePath (string)
Path to asset. See Asset Search for information about search locations. - key (string)
Key for the metadata attribute. - defaultValue (float/bool/string/float[]/bool[]/string[])
Default value. This value is returned if the metadata attribute with the given key and type does not exist.
Returns
Returns metadata potentially included in the geometry asset.
Description
Some geometry formats might contain metadata which can be queried with this function.
Related
Copyright ©2008-2024 Esri R&D Center Zurich. All rights reserved.