Error processing SSI file
LEADTOOLS Svg (Leadtools.Svg assembly)

Show in webframe

GetAttributeValue Method






The attribute name.
Gets the value of the specified attribute of an element as a raw string.
Syntax
public string GetAttributeValue( 
   string name
)
'Declaration
 
Public Function GetAttributeValue( _
   ByVal name As String _
) As String
'Usage
 
Dim instance As SvgNodeHandle
Dim name As String
Dim value As String
 
value = instance.GetAttributeValue(name)
- (nullable NSString *)valueOfAttribute:(NSString *)attribute error:(NSError **)error
public String getAttributeValue(String name)
            
public:
String^ GetAttributeValue( 
   String^ name
) 

Parameters

name
The attribute name.

Return Value

The value of the specified attribute. null if the element does not have an attribute with this name.
Example
For an example, refer to EnumerateElements.
Requirements

Target Platforms

See Also

Reference

SvgNodeHandle Class
SvgNodeHandle Members

Error processing SSI file
  Leadtools.Svg requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features