ArcFM Desktop Developer Guide
Contains Method (NamedElementCollection<T>)


The name to search.
Determines if the name exists in the collection.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal name As String _
) As Boolean
'Usage
 
Dim instance As NamedElementCollection(Of T)
Dim name As String
Dim value As Boolean
 
value = instance.Contains(name)
public bool Contains( 
   string name
)

Parameters

name
The name to search.

Return Value

true if the name is contained in the collection; otherwise, false.
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