ArcFM Desktop Developer Guide
Contains(String) Method


ClassID as a string
An overload for IList.Contains(Guid item).
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal item As String _
) As Boolean
'Usage
 
Dim instance As ComCategoryLookup
Dim item As String
Dim value As Boolean
 
value = instance.Contains(item)
public bool Contains( 
   string item
)

Parameters

item
ClassID as a string

Return Value

True if the ClassID is found in the collection.
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

ComCategoryLookup Class
ComCategoryLookup Members
Overload List

 

 


Send Comment