AbstractChartNodeIsAttributeSet Method |
Determines if an attribute is defined (may have been inherited).
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual bool IsAttributeSet(
string name
)
Public Overridable Function IsAttributeSet (
name As String
) As Boolean
public:
virtual bool IsAttributeSet(
String^ name
)
abstract IsAttributeSet :
name : string -> bool
override IsAttributeSet :
name : string -> bool
Parameters
- name
- Type: SystemString
A String which contains the name of the attribute.
Return Value
Type:
Boolean
A
bool,
true if the attribute is defined
for this node. The definition may have been inherited from
its parent node.
See Also