IMSL C# Numerical Library

AbstractChartNode.IsAttributeSet Method 

Determines if an attribute is defined (may have been inherited).

public virtual bool IsAttributeSet(
   string name
);

Parameters

name
A String which contains the name of the attribute.

Return Value

A bool, true if the attribute is defined for this node. The definition may have been inherited from its parent node.

See Also

AbstractChartNode Class | Imsl.Chart2D Namespace