IProductLineModel.ProductAppliedState property
Namespace: NextDesign.Core
Description
Current product application status.
Returns one of the following status strings:
- SpecifiedProduct : Applying any product. The product being applied can be obtained with CurrentProduct.
- Master : No product applicable (150% model display). CurrentProduct returns null in this state.
string ProductAppliedState { get; }
type
- string