Checks whether one Node is privileged over another Node if they occlude each other.
Namespace: TreePlusSilverlightAssembly: TreePlusSilverlight (in TreePlusSilverlight.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- treeNode
- Type: TreePlusSilverlight.Graph Node
This is the Node which is tested if it allowed to stay.
- occluder
- Type: TreePlusSilverlight.Graph Node
This is the Node against which will be tested.
Return Value
Returns true if the Node provided by treeNode is priviliged against the Node specified by occluder.Remarks
See Also