AbstractChartNodeIsAncestorOf Method |
Determines if this node is an ancestor of the argument node.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual bool IsAncestorOf(
AbstractChartNode node
)
Public Overridable Function IsAncestorOf (
node As AbstractChartNode
) As Boolean
public:
virtual bool IsAncestorOf(
AbstractChartNode^ node
)
abstract IsAncestorOf :
node : AbstractChartNode -> bool
override IsAncestorOf :
node : AbstractChartNode -> bool
Parameters
- node
- Type: Imsl.Chart2DAbstractChartNode
An AbstractChartNode object that will have it's relationship
checked.
Return Value
Type:
Boolean
A
bool,
true if this node is an ancestor of the
argument, node.
See Also