ArcFM Solution Developer Guide
UpdateElementsZIndex Method


The elements to update.
The operation.
Updates the index of the elements z.
Syntax
'Declaration
 
Public Sub UpdateElementsZIndex( _
   ByVal elementsToUpdate As System.Collections.Generic.List(Of IHavePosition), _
   ByVal operation As ChangeOrder _
) 
'Usage
 
Dim instance As ElementCanvas
Dim elementsToUpdate As System.Collections.Generic.List(Of IHavePosition)
Dim operation As ChangeOrder
 
instance.UpdateElementsZIndex(elementsToUpdate, operation)
public void UpdateElementsZIndex( 
   System.Collections.Generic.List<IHavePosition> elementsToUpdate,
   ChangeOrder operation
)

Parameters

elementsToUpdate
The elements to update.
operation
The operation.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException 
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

ElementCanvas Class
ElementCanvas Members

 

 


Send Comment