Click or drag to resize

AttributeTypeTypeValueAttributes Property

Gets all the CAEXValue objects for the defined value attributes of this instance. Recognized value attributes are ATTRIBUTE_DEFAULTVALUE_STRING and ATTRIBUTE_VALUE_STRING.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public List<CaexValue> ValueAttributes { get; }

Property Value

ListCaexValue

Implements

IAttributeValueTypeValueAttributes
See Also