IMSL C# Numerical Library

AbstractChartNode.GetIntegerAttribute Method 

Convenience routine to get an Integer-valued attribute.

public virtual int GetIntegerAttribute(
   string name,
   int defaultValue
);

Parameters

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

Return Value

An int containing the attribute value.

Remarks

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

See Also

AbstractChartNode Class | Imsl.Chart2D Namespace