AbstractChartNodeIsAttributeSetAtThisNode Method |
Determines if an attribute is defined in this node (not inherited).
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual bool IsAttributeSetAtThisNode(
string name
)
Public Overridable Function IsAttributeSetAtThisNode (
name As String
) As Boolean
public:
virtual bool IsAttributeSetAtThisNode(
String^ name
)
abstract IsAttributeSetAtThisNode :
name : string -> bool
override IsAttributeSetAtThisNode :
name : string -> bool
Parameters
- name
- Type: SystemString
A String which contains the name of the attribute to be
checked.
Return Value
Type:
Boolean
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