Responder Developer Guide
ReorderElementByAttributeValueForSingleAttribute(String,AttributeSet[],String,String) Method


The attribute name to find the elements to reorder
The element order based on the attribute value
Reorders elements with the same attribute name within its parent element. The elements will stay within their parent element. The elements will be ordered based on the attributes array order.
Syntax
'Declaration
 
Public Overloads Sub ReorderElementByAttributeValueForSingleAttribute( _
   ByVal attributeName As String, _
   ByVal attributes() As AttributeSet, _
   ByVal namespacePrefix As String, _
   ByVal namespaceUri As String _
) 
'Usage
 
Dim instance As XMLEditor
Dim attributeName As String
Dim attributes() As AttributeSet
Dim namespacePrefix As String
Dim namespaceUri As String
 
instance.ReorderElementByAttributeValueForSingleAttribute(attributeName, attributes, namespacePrefix, namespaceUri)
public void ReorderElementByAttributeValueForSingleAttribute( 
   string attributeName,
   AttributeSet[] attributes,
   string namespacePrefix,
   string namespaceUri
)

Parameters

attributeName
The attribute name to find the elements to reorder
attributes
The element order based on the attribute value
namespacePrefix
namespaceUri
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
Overload List

 

 


Send Comment