Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
Leadtools.ImageProcessing.Core Namespace > ObjectCounterCommandEventArgs Class : ObjectData Property |
public int[] ObjectData {get;}
'Declaration
Public ReadOnly Property ObjectData As Integer()
'Usage
Dim instance As ObjectCounterCommandEventArgs Dim value() As Integer value = instance.ObjectData
public int[] ObjectData {get;}
get_ObjectData();
public: property array<int>^ ObjectData { array<int>^ get(); }