ArcFM Desktop Developer Guide
Contains Method (LicenseLayoutCollection)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The LicenseLayout to find
Returns if a case-insensitive LicenseLayout.Name already exists in the list.
Syntax
'Declaration
 
Public Shadows Function Contains( _
   ByVal find As LicenseLayout _
) As Boolean
'Usage
 
Dim instance As LicenseLayoutCollection
Dim find As LicenseLayout
Dim value As Boolean
 
value = instance.Contains(find)
public new bool Contains( 
   LicenseLayout find
)

Parameters

find
The LicenseLayout to find

Return Value

True if LicenseLayout exists in the collection else 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

LicenseLayoutCollection Class
LicenseLayoutCollection Members

 

 


Send Comment