ImageGear .NET - Updated
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)
public ImGearARTGroup Find( 
   string name
)
public: ImGearARTGroup* Find( 
   string* name
) 
public:
ImGearARTGroup^ Find( 
   String^ name
) 

Parameters

name
Name of the group to find.

Return Value

ImGearARTGroup class object.
See Also

Reference

ImGearARTGroupArray Class
ImGearARTGroupArray Members
ImGearARTGroup Class