 | CAEXDocumentDocument(XNode) Method |
Gets the CAEXDocument which contains the specified XML node.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static CAEXDocument Document(
XNode xNode
)
Public Shared Function Document (
xNode As XNode
) As CAEXDocument
public:
static CAEXDocument^ Document(
XNode^ xNode
)
Parameters
- xNode XNode
- The CAEXDocument, containing the XML node.
Return Value
CAEXDocumentThe CAEXDocument which contains the specified node or
null,
if no document with this node is loaded.
See Also