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

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual bool IsAttributeSet(
	string name
)
Visual Basic (Declaration)
Public Overridable Function IsAttributeSet ( _
	name As String _
) As Boolean
Visual C++
public:
virtual bool IsAttributeSet(
	String^ name
)

Parameters

name
Type: System..::.String
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