Icon¶
Allows a user to select from a set of icons. The parameter value is the filename of the selected icon.
| Key | Type | Required | Default | Description | UPM/TD |
|---|---|---|---|---|---|
iconFolder |
path | Folder where icon files can be found.1 |
Example¶
{
"name": "someicon",
"type": "icon",
"valueType": "string",
"prompt": "Point marker",
"iconFolder": "acad/pointstyles"
}
-
If part of a package, the path is relative to the package location; otherwise, it is relative to the FME install path. ↩