  | AttributeFamilyTypeInheritedConstraints Property | 
                Gets all constraints, including the inherited constraints of the base classes in the inheritance tree.
            
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic IEnumerable<AttributeValueRequirementType> InheritedConstraints { get; }Public ReadOnly Property InheritedConstraints As IEnumerable(Of AttributeValueRequirementType)
	Get
public:
property IEnumerable<AttributeValueRequirementType^>^ InheritedConstraints {
	IEnumerable<AttributeValueRequirementType^>^ get ();
}Property Value
IEnumerableAttributeValueRequirementType
See Also