 | AttributeTypeRecreateAttributeInstance Method |
Replaces the content of this Attribute object with the specified attribute type.
This Attribute object is changed to an instance of the provided Attribute Type.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic void RecreateAttributeInstance(
AttributeFamilyType attributeType
)
Public Sub RecreateAttributeInstance (
attributeType As AttributeFamilyType
)
public:
void RecreateAttributeInstance(
AttributeFamilyType^ attributeType
)
Parameters
- attributeType AttributeFamilyType
- Type of the attribute.
See Also