Accusoft.NotateXpress13.Net
IndexOf Method (LayerCollection)




The Layer to locate in the collection.
Searches for the specified layer and returns the zero-based index of the first occurrence within the layer collection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal value As Layer _
) As Integer
'Usage
 
Dim instance As LayerCollection
Dim value As Layer
Dim value As Integer
 
value = instance.IndexOf(value)
public int IndexOf( 
   Layer value
)
public: int IndexOf( 
   Layer* value
) 
public:
int IndexOf( 
   Layer^ value
) 

Parameters

value
The Layer to locate in the collection.

Return Value

An integer value which represents the index position of the corresponding layer.
See Also

Reference

LayerCollection Class
LayerCollection Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback