IMSL C# Numerical Library

AbstractChartNode.IsAttributeSetAtThisNode Method 

Determines if an attribute is defined in this node (not inherited).

public virtual bool IsAttributeSetAtThisNode(
   string name
);

Parameters

name
A String which contains the name of the attribute to be checked.

Return Value

A bool, true if the attribute is defined in this node.

Remarks

The definition must have been set directly in this node, not just inherited from its parent node.

See Also

AbstractChartNode Class | Imsl.Chart2D Namespace