C#
VB
Java
Objective-C
WinRT C#
C++
Gets an array of LeadPointstructures that will be filled with the starting points for 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>^ );
}
An array of LeadPoint structures. This array will be filled with the starting points for the correlated areas.
Refer to CorrelationCommand.
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