C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets an array of LeadPoint objects to be updated with the starting points of the correlated areas.
public LeadPoint[] Points { get; set; }
Public Property Points As Leadtools.LeadPoint()
public [Leadtools.LeadPoint[]](../l/leadpoint.md) Points {get; set;}
@property (nonatomic, assign, nullable) LeadPoint *points
public LeadPoint[] getPoints()
public void setPoints(LeadPoint[] value)
<br/>get_Points();<br/>set_Points(value);<br/>Object.defineProperty('Points');
public:
property Leadtools.array<LeadPoint>^ Points {
Leadtools.array<LeadPoint>^ get();
void set ( Leadtools.array<LeadPoint>^ );
}
Array of LeadPoint to be updated with the starting points of the correlated areas.
Refer to CorrelationListCommand example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET