ViewCollectionContains Method |
Returns true if the specified View is contained in the collection.
Namespace:
Easymap.AddIn.Data
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic bool Contains(
View item
)
Public Function Contains (
item As View
) As Boolean
Parameters
- item
- Type: Easymap.AddIn.DataView
Specified view item
Return Value
Type:
BooleanTrue or False
See Also