Accusoft.NotateXpress13.Net
Add Method (LayerCollection)




A Layer to add to the layer collection.
Adds the given Layer to the layer collection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal layer As Layer _
) As Integer
'Usage
 
Dim instance As LayerCollection
Dim layer As Layer
Dim value As Integer
 
value = instance.Add(layer)
public int Add( 
   Layer layer
)
public: int Add( 
   Layer* layer
) 
public:
int Add( 
   Layer^ layer
) 

Parameters

layer
A Layer to add to the layer collection.

Return Value

An integer that represents the index position of the newly added layer.
See Also

Reference

LayerCollection Class
LayerCollection Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback