Click or drag to resize

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.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public FrameAttributeType New_FrameAttribute(
	FrameValues frameValues
)

Parameters

frameValues  FrameValues
The frame values for initialization.

Return Value

FrameAttributeType
the 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