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.
If the specified feature is not found, the value returns null. Also, if the specified feature key name is not found, the value returns null.
argument
Name | Type | Description |
---|---|---|
featureName | string | feature distinguished name |
key | string | feature key (attribute) name |
Return value
- object