 | AttributeTypeAttributeTypeReference Property |
Gets and sets the AttributeType of an Attribute object, defining a new instance to class relation, using the CAEX
attribute
RefAttributeType.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic AttributeFamilyType AttributeTypeReference { get; set; }
Public Property AttributeTypeReference As AttributeFamilyType
Get
Set
public:
property AttributeFamilyType^ AttributeTypeReference {
AttributeFamilyType^ get ();
void set (AttributeFamilyType^ value);
}
Property Value
AttributeFamilyType
See Also