Click or drag to resize

ObjectWithAMLAttributesFrameAttribute Property

Gets a defined FrameAttribute from the Attribute collection of the CAEXBase. If no such attribute exists, null is returned.

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public FrameAttributeType FrameAttribute { get; }

Property Value

FrameAttributeType
The frame attribute.
See Also