←Select platform

RemoveElementAttribute Method

Summary

Removes the specified attribute from the XML element.

Syntax

C#
VB
Objective-C
C++
public void RemoveElementAttribute( 
   string name 
) 
Public Sub RemoveElementAttribute( _ 
   ByVal name As String _ 
)  
- (BOOL)removeElementAttribute:(NSString *)attribute error:(NSError **)error 
public: 
void RemoveElementAttribute(  
   String^ name 
)  

Parameters

name
The attribute name to remove. Ignored if the element does not have an attribute with this name.

Example

For an example, refer to EnumerateElements.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly