AbstractChartNodeGetAttribute Method |
Gets the value of an attribute.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual Object GetAttribute(
string name
)
Public Overridable Function GetAttribute (
name As String
) As Object
public:
virtual Object^ GetAttribute(
String^ name
)
abstract GetAttribute :
name : string -> Object
override GetAttribute :
name : string -> Object
Parameters
- name
- Type: SystemString
A String which specifies attribute that will have its value
retrieved.
Return Value
Type:
Object
An
Object which contains the specified attribute value.
See Also