Click or drag to resize

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: 12.0.0.0
Syntax
public bool Contains(
	View item
)

Parameters

item
Type: Easymap.AddIn.DataView
Specified view item

Return Value

Type: Boolean
True or False
See Also