Click or drag to resize

FrameAttributeTypeIsFrame Method

Determines whether the specified node models an AutomationML Frame-Attribute.

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static bool IsFrame(
	XElement node
)

Parameters

node  XElement
The node.

Return Value

Boolean
true if the specified node is frame; otherwise, false.
See Also