Gets/Sets an object that can be used to store application-specific information.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
public Object ApplicationData { get; set; }public Object ApplicationData { get; set; }Public Property ApplicationData As Object
Get
Set
Public Property ApplicationData As Object
Get
Set
public:
property Object^ ApplicationData {
Object^ get ();
void set (Object^ value);
}public:
property Object^ ApplicationData {
Object^ get ();
void set (Object^ value);
}Property Value
Type:
Object
An Object representing application-specific data.