ArcFM Solution Developer Guide
DeleteElements Method


The elements to delete.
Deletes the elements.
Syntax
'Declaration
 
Public Sub DeleteElements( _
   ByVal elementsToDelete As System.Collections.Generic.IEnumerable(Of IHavePosition) _
) 
'Usage
 
Dim instance As ElementCanvas
Dim elementsToDelete As System.Collections.Generic.IEnumerable(Of IHavePosition)
 
instance.DeleteElements(elementsToDelete)
public void DeleteElements( 
   System.Collections.Generic.IEnumerable<IHavePosition> elementsToDelete
)

Parameters

elementsToDelete
The elements to delete.
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