C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the starting point for the line.
public LeadPoint FirstPoint { get; set; }
Public Property FirstPoint As Leadtools.LeadPoint
public Leadtools.LeadPoint FirstPoint {get; set;}
@property (nonatomic, assign) LeadPoint firstPoint
public LeadPoint getFirstPoint()
public void setFirstPoint(LeadPoint value)
<br/>get_FirstPoint();<br/>set_FirstPoint(value);<br/>Object.defineProperty('FirstPoint');
public:
property Leadtools.LeadPoint FirstPoint {
Leadtools.LeadPoint get();
void set ( Leadtools.LeadPoint );
}
The starting point for the line.
Refer to LineProfileCommand.
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