FeatureModelerExt Enumeration CATFmAttributeValuationMode
enum CATFmAttributeValuationMode {
CATFmImmediate,
CATFmInherited,
CATFmRedirected
}
Enumeration representing the valuation mode of an attribute of a feature.
This enumeration allows to represent the three different ways a value can be found on a feature.
It can be retrieved through (see
.m_ValuationMode data member).
- Values:
-
- CATFmImmediate
- The value can be found directly (locally) on the feature.
- CATFmInherited
- The value is inherited from the startup or the reference of the feature.
- CATFmRedirected
- The value is redirected to another feature value.
- See also:
- ,
This object is included in the file: CATFmAttributeValuationMode.h
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.