ArcFM Engine Developer Guide
Remove Method (NamedElementCollection<T>)


The name of the element to remove.
Remove the named element from the collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal name As String _
) 
'Usage
 
Dim instance As NamedElementCollection(Of T)
Dim name As String
 
instance.Remove(name)
public void Remove( 
   string name
)

Parameters

name
The name of the element to remove.
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

NamedElementCollection<T> Class
NamedElementCollection<T> Members

 

 


Send Comment