IProduct interface
Namespace: NextDesign.Core
Description
Access object for product information.
Affiliation area
| Name | Description |
|---|---|
| Productline | A group of APIs to access the productline model. |
Inherit Base
| Name | Description |
|---|---|
| IModel | Provides access to NextDesign design model information. |
Property
| Name | Description |
|---|---|
| SelectedFeatures | List of selected features in this product The order of the collection of selected elements is arbitrary. |
Method
| Name | Description |
|---|---|
| DeselectFeature | Deselects the specified feature. Returns True if the selection state could be set. |
| DeselectFeatureByName | Deselects the feature with the given name. Returns True if the selection state could be set. |
| DeselectFeatures | Deselects all specified features. Returns True if the selection state could be set. |
| DeselectFeaturesByName | Deselects all features with the given name. Returns True if the selection state could be set. |
| SelectFeature | Selects the specified feature. Returns True if the selection state could be set. |
| SelectFeatureByName | Selects the feature with the given name. Returns True if the selection state could be set. |
| SelectFeatures | Selects all specified features. Returns True if the selection state could be set. |
| SelectFeaturesByName | Selects all features with the given name. Returns True if the selection state could be set. |