Convenience routine to get a String-valued attribute.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual string GetStringAttribute( string name ) |
Visual Basic (Declaration) |
---|
Public Overridable Function GetStringAttribute ( _ name As String _ ) As String |
Visual C++ |
---|
public: virtual String^ GetStringAttribute( String^ name ) |
Parameters
- name
- Type: System..::.String
A String which contains the name of the attribute to be assessed.
Return Value
The String value of the attribute.
Remarks
The attribute value is returned if it is defined and its value is of
type String.