IMSL C# Numerical Library

AbstractChartNode.GetBooleanAttribute Method 

Convenience routine to get a Boolean-valued attribute.

public virtual bool GetBooleanAttribute(
   string name,
   bool defaultValue
);

Parameters

name
A String which contains the name of the attribute to be assessed.
defaultValue
A bool specifying the default value of the attribute.

Return Value

A bool containing the attribute value.

Remarks

The value of an attribute is returned if it is defined and its value is of type bool. Otherwise the defaultValue is returned.

See Also

AbstractChartNode Class | Imsl.Chart2D Namespace