Responder Developer Guide
RemoveElementByAttributeValueForSingleAttribute Method


The attribute name to filter
The attribute values to keep
Removes all elements with a given attribute name where the value is not in the attribute set.
Syntax
'Declaration
 
Public Sub RemoveElementByAttributeValueForSingleAttribute( _
   ByVal attributeName As String, _
   ByVal attributes() As AttributeSet _
) 
'Usage
 
Dim instance As XMLEditor
Dim attributeName As String
Dim attributes() As AttributeSet
 
instance.RemoveElementByAttributeValueForSingleAttribute(attributeName, attributes)
public void RemoveElementByAttributeValueForSingleAttribute( 
   string attributeName,
   AttributeSet[] attributes
)

Parameters

attributeName
The attribute name to filter
attributes
The attribute values to keep
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

XMLEditor Class
XMLEditor Members

 

 


Send Comment