Method: Perfion.GetFeatureInfo( … )
Will find a feature from Perfion by its name or ID, and return an object with more detailed information about the feature. In case a feature is not found, the method will return null.
This method can be used to check whether a feature exists in Perfion, and in case it does, e.g. check if it is an image-feature, or selectable or something else, you may want to use to direct the functionality of an Action.
Syntax
{ScriptObject ActFeatureInfo} Perfion.GetFeatureInfo( string featureNameOrID )
- 1 Syntax