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

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

Syntax

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

Parameters

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