←Select platform

Data Property

Summary

Gets or sets the data array.

Syntax
C#
VB
Objective-C
C++
Java
public LeadPoint[] Data { get; set; } 
Public Property Data As LeadPoint() 
@property (nonatomic, copy, nullable) NSArray<NSValue *> *data //LeadPoint 
public LeadPoint[] getData() 
public void setData(LeadPoint[] value) 
public: 
property array<LeadPoint>^ Data { 
   array<LeadPoint>^ get(); 
   void set (    array<LeadPoint>^ ); 
} 

Property Value

The data array.

Example

Refer to SearchRegistrationMarksCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly