Share via


SysTreeNode::modelElement2Path Method [AX 2012]

Constructs a tree node path for a model element.

Syntax

client server public static TreeNodePath modelElement2Path(SysModelElement _element)

Run On

Called

Parameters

Return Value

Type: TreeNodePath Extended Data Type
The tree node path.

Remarks

This method might cause database queries. Consider using the SysTreeNode::modelElement2RootElementPath method when you only require the root element path.

See Also

Reference

SysTreeNode Class