Accusoft.NotateXpress13.Net
RemoveAt Method (LayerCollection)




An integer which represents the location of the layer to remove from the layer collection.
Removes the matching layer to the given index within the layer collection.
Syntax
'Declaration
 
Public Shadows Sub RemoveAt( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As LayerCollection
Dim index As Integer
 
instance.RemoveAt(index)
public new void RemoveAt( 
   int index
)
public: new void RemoveAt( 
   int index
) 
public:
new void RemoveAt( 
   int index
) 

Parameters

index
An integer which represents the location of the layer to remove from the layer collection.
See Also

Reference

LayerCollection Class
LayerCollection Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback