All Frameworks Object Hierarchy This Framework Indexes
CatPartElementsNamingMode (Enumeration)
enum CatPartElementsNamingMode {
catNoNamingCheck,
catNamingCheckUnderSameNode,
catNamingCheckWithinUIActiveObject
}
Naming mode parameter's possible values.
Role: This enumeration is used in the PartInfrastructureSettingAtt interface.
- Values:
-
- catNoCheck
- Naming is rule-free,
- catNamingCheckUnderSameNode
- Two elements cannot have the same name under the same node,
- catNamingCheckWithinUIActiveObject
- Two elements cannot have the same name within a defined UIActiveObject.