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

Show in webframe

SetAttributeValue Method






The attribute name.
The new value of the attribute. A new attribute will be created if the element does not have an attribute with this name.
Sets the value of the specified attribute from a raw string.
Syntax
public void SetAttributeValue( 
   string name,
   string value
)
'Declaration
 
Public Sub SetAttributeValue( _
   ByVal name As String, _
   ByVal value As String _
) 
'Usage
 
Dim instance As SvgNodeHandle
Dim name As String
Dim value As String
 
instance.SetAttributeValue(name, value)
- (BOOL)setValue:(NSString *)value forAttribute:(NSString *)attribute error:(NSError **)error
public void setAttributeValue(String name, String value)
            
public:
void SetAttributeValue( 
   String^ name,
   String^ value
) 

Parameters

name
The attribute name.
value
The new value of the attribute. A new attribute will be created 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