ImageGear .NET - Updated October 2, 2018
Find Method (ImGearARTGroupArray)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTGroupArray Class : Find Method
Name of the group to find.
Finds a group specified by the name in the array.
Syntax
'Declaration
 
Public Function Find( _
   ByVal name As String _
) As ImGearARTGroup
 
'Usage
 
Dim instance As ImGearARTGroupArray
Dim name As String
Dim value As ImGearARTGroup
 
value = instance.Find(name)

Parameters

name
Name of the group to find.

Return Value

ImGearARTGroup class object.
See Also

Reference

ImGearARTGroupArray Class
ImGearARTGroupArray Members
ImGearARTGroup Class