IApplication.GetFeatureValue method
Namespace: NextDesign.Desktop
Description
Gets the specified key (attribute) value for the specified feature in the current edition.
You can get the value regardless of whether the specified feature is enabled or disabled.
Note that the value will return null if the specified feature is not found.
Also, if the specified feature key name is not found, the value will return null.
argument
Name | Type | Description |
---|---|---|
featureName | string | feature identifier |
key | string | feature key (attribute) name |
Return value
- object