'Declaration
Public Function GetNode( _ ByVal position As NodeTypeEnum _ ) As Node
public Node GetNode( NodeTypeEnum position )
Parameters
- position
- A value from the NodeTypeEnum enumeration that specifies the position relative to this node.
Return Value
A node object.