Gets the value of an attribute.

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

Syntax

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

Parameters

name
Type: System..::.String
A String which specifies attribute that will have its value retrieved.

Return Value

An Object which contains the specified attribute value.

See Also