ImageGear .NET v24.12 - Updated
Add Method (ImGearRecZoneGUICustomBtnParams)




ImageGear24.Recognition.Forms Assembly > ImageGear.Recognition.Forms Namespace > ImGearRecZoneGUICustomBtnParams Class : Add Method
ImGearRecZoneGUICustomBtnParam object to add.
Adds a ImGearRecZoneGUICustomBtnParam object to the collection of parameters.
Syntax
'Declaration
 
Public Function Add( _
   ByVal newParameter As Object _
) As Integer
'Usage
 
Dim instance As ImGearRecZoneGUICustomBtnParams
Dim newParameter As Object
Dim value As Integer
 
value = instance.Add(newParameter)
public int Add( 
   object newParameter
)
public: int Add( 
   Object* newParameter
) 
public:
int Add( 
   Object^ newParameter
) 

Parameters

newParameter
ImGearRecZoneGUICustomBtnParam object to add.

Return Value

Index of the newly added object in the collection.
See Also

Reference

ImGearRecZoneGUICustomBtnParams Class
ImGearRecZoneGUICustomBtnParams Members