 | FrameAttributeTypeIsFrame Method |
Determines whether the specified node models an AutomationML Frame-Attribute.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static bool IsFrame(
XElement node
)
Public Shared Function IsFrame (
node As XElement
) As Boolean
public:
static bool IsFrame(
XElement^ node
)
Parameters
- node XElement
- The node.
Return Value
Booleantrue if the specified node is frame; otherwise,
false.
See Also