List all property available in WellKnownTagProps and OpcTagTypeProperties

I’m looking for a way to list all property available in WellKnownTagProps and OpcTagTypeProperties.

You can see them listed in the docs:

http://files.inductiveautomation.com/sdk/javadoc/ignition80/8.0.1/com/inductiveautomation/ignition/common/tags/config/properties/WellKnownTagProps.html

http://files.inductiveautomation.com/sdk/javadoc/ignition80/8.0.1/com/inductiveautomation/ignition/common/tags/config/types/OpcTagTypeProperties.html

Programmatic enumeration would probably require some kind of reflection hack.

1 Like