Click or drag to resize

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.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public void RecreateAttributeInstance(
	AttributeFamilyType attributeType
)

Parameters

attributeType  AttributeFamilyType
Type of the attribute.
See Also