Accusoft.NotateXpress13.Net
Contains Method (LayerCollection)




The Layer to locate in the collection.
Searches for and returns a value which determines if the collection contains the given Layer in the layer collection.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal layer As Layer _
) As Boolean
'Usage
 
Dim instance As LayerCollection
Dim layer As Layer
Dim value As Boolean
 
value = instance.Contains(layer)
public bool Contains( 
   Layer layer
)
public: bool Contains( 
   Layer* layer
) 
public:
bool Contains( 
   Layer^ layer
) 

Parameters

layer
The Layer to locate in the collection.

Return Value

A boolean value which is true if the collection contains the specified layer. Otherwise, false is returned.
See Also

Reference

LayerCollection Class
LayerCollection Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback