Skip to main content

IProduct interface

Namespace: NextDesign.Core

Description

Access object for product information.

Affiliation area

NameDescription
ProductlineA group of APIs to access the productline model.

Inherit Base

NameDescription
IModelProvides access to NextDesign design model information.

Property

NameDescription
SelectedFeaturesList of selected features in this product
The order of the collection of selected elements is arbitrary.

Method

NameDescription
DeselectFeatureDeselects the specified feature.
Returns True if the selection state could be set.
DeselectFeatureByNameDeselects the feature with the given name.
Returns True if the selection state could be set.
DeselectFeaturesDeselects all specified features.
Returns True if the selection state could be set.
DeselectFeaturesByNameDeselects all features with the given name.
Returns True if the selection state could be set.
SelectFeatureSelects the specified feature.
Returns True if the selection state could be set.
SelectFeatureByNameSelects the feature with the given name.
Returns True if the selection state could be set.
SelectFeaturesSelects all specified features.
Returns True if the selection state could be set.
SelectFeaturesByNameSelects all features with the given name.
Returns True if the selection state could be set.