ImageGear .NET - Updated
UserData Property (ImGearRecZone)




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecZone Class : UserData Property
Gets or sets custom user-defined data.
Syntax
'Declaration
 
Public Property UserData As Object
'Usage
 
Dim instance As ImGearRecZone
Dim value As Object
 
instance.UserData = value
 
value = instance.UserData
public object UserData {get; set;}
public: __property Object* get_UserData();
public: __property void set_UserData( 
   Object* value
);
public:
property Object^ UserData {
   Object^ get();
   void set (    Object^ value);
}

Property Value

Data object.
Remarks
This property allows the user to associate an object with this particular zone. It's provided for convenience. However, note that the zone list is reconstructed when performing recognition tasks such as Locate and Recognize, and this value is not preserved during these tasks.
See Also

Reference

ImGearRecZone Class
ImGearRecZone Members