 | FrameAttributeTypeIsFrameAttribute Method |
Gets a value indicating whether the attribute is a Frame attribute.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static bool IsFrameAttribute(
AttributeType attribute
)
Public Shared Function IsFrameAttribute (
attribute As AttributeType
) As Boolean
public:
static bool IsFrameAttribute(
AttributeType^ attribute
)
Parameters
- attribute AttributeType
- The attribute
Return Value
Booleantrue if the attribute is a frame attribute; otherwise,
false.
See Also