Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the ID of a nodes parent node.
Syntax
public int64 getParentID(int64 _id)
Run On
Called
Parameters
- _id
Type: int64
The ID of the node for which to get the parent.
Return Value
Type: int64
The ID of the parent node.
Remarks
This method is used by the Hierarchy Designer WPF form class.