Click or drag to resize

CAEXDocumentDocument(XNode) Method

Gets the CAEXDocument which contains the specified XML node.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static CAEXDocument Document(
	XNode xNode
)

Parameters

xNode  XNode
The CAEXDocument, containing the XML node.

Return Value

CAEXDocument
The CAEXDocument which contains the specified node or null, if no document with this node is loaded.
See Also