Click or drag to resize

AttributeFamilyTypeInheritedConstraints Property

Gets all constraints, including the inherited constraints of the base classes in the inheritance tree.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public IEnumerable<AttributeValueRequirementType> InheritedConstraints { get; }

Property Value

IEnumerableAttributeValueRequirementType
See Also