 | ObjectWithAMLAttributesNew_FrameAttribute Method |
Creates a new Frame attribute for the
CAEXBase if no Frame
attribute exists.
The provided values are used to initialize the Frame attribute values.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic FrameAttributeType New_FrameAttribute(
FrameValues frameValues
)
Public Function New_FrameAttribute (
frameValues As FrameValues
) As FrameAttributeType
public:
FrameAttributeType^ New_FrameAttribute(
FrameValues^ frameValues
)
Parameters
- frameValues FrameValues
- The frame values for initialization.
Return Value
FrameAttributeTypethe new FrameAttributeType.
Remarks
AutomationML defines, that only one Frame attribute can be assigned to an object. If a
Frame attribute exists, the frame values are set to the existing attribute.
See Also