 | ObjectWithAMLAttributesFrameAttribute Property |
Gets a defined FrameAttribute from the
Attribute collection of the
CAEXBase.
If no such attribute exists,
null is returned.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic FrameAttributeType FrameAttribute { get; }
Public ReadOnly Property FrameAttribute As FrameAttributeType
Get
public:
property FrameAttributeType^ FrameAttribute {
FrameAttributeType^ get ();
}
Property Value
FrameAttributeType
The frame attribute.
See Also