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


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