AbstractChartNodeGetStringAttribute Method |
Convenience routine to get a String-valued attribute.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual string GetStringAttribute(
string name
)
Public Overridable Function GetStringAttribute (
name As String
) As String
public:
virtual String^ GetStringAttribute(
String^ name
)
abstract GetStringAttribute :
name : string -> string
override GetStringAttribute :
name : string -> string
Parameters
- name
- Type: SystemString
A String which contains the name of the attribute to be
assessed.
Return Value
Type:
String
The
String value of the attribute.
Remarks
The attribute value is returned if it is defined and its value is of
type String.
See Also