Click or drag to resize

FrameAttributeTypeIsFrameAttribute Method

Gets a value indicating whether the attribute is a Frame attribute.

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static bool IsFrameAttribute(
	AttributeType attribute
)

Parameters

attribute  AttributeType
The attribute

Return Value

Boolean
true if the attribute is a frame attribute; otherwise, false.
See Also