Accusoft.NotateXpress13.Net
Item Property (LayerCollection)




Gets or sets the Layer at the specified index.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As Layer
'Usage
 
Dim instance As LayerCollection
Dim index As Integer
Dim value As Layer
 
instance.Item(index) = value
 
value = instance.Item(index)
public Layer this[ 
   int index
]; {get; set;}
public: __property Layer* get_Item   int index
;
public: __property void set_Item   int index,
   Layer* value
;
public:
property Layer^ default [int] {
   Layer^ get(int index);
   void set (int indexLayer^ value);
}

Parameters

index

Property Value

An integer value which represents the layer index.
See Also

Reference

LayerCollection Class
LayerCollection Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback