ImageGear .NET - Updated July 5, 2018
Item(Int32) Property




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTGroupArray Class > Item Property : Item(Int32) Property
Index of a group.
Gets or sets a group by index.
Syntax
'Declaration
 
Public Overloads Property Item( _
   ByVal index As Integer _
) As ImGearARTGroup
 
'Usage
 
Dim instance As ImGearARTGroupArray
Dim index As Integer
Dim value As ImGearARTGroup
 
instance.Item(index) = value
 
value = instance.Item(index)

Parameters

index
Index of a group.

Property Value

ImGearARTGroup class object.
Remarks
Indexed property for accessing individual groups by index.

When setting a new group at the specified index, please make sure it does not have parent page (i.e. ImGearARTGroup.ParentPage is null), otherwise ImageGear.Core.ImGearException will be thrown. If the group to be added already has parent page, please clone it prior to setting at the specified index.

See Also

Reference

ImGearARTGroupArray Class
ImGearARTGroupArray Members
Overload List
ImGearARTGroup Class