Responder Developer Guide
RemoveElementByAttributeValueForSingleAttribute Method


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
attributes
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