'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 index, Layer^ value); }
LayerCollection Class LayerCollection Members
©2019. Accusoft Corporation. All Rights Reserved.