public LeadPoint FirstPoint {get; set;}
'Declaration
Public Property FirstPoint As LeadPoint
'Usage
Dim instance As LineProfileCommand
Dim value As LeadPoint
instance.FirstPoint = value
value = instance.FirstPoint
public LeadPoint FirstPoint {get; set;}
@property (nonatomic, assign) LeadPoint firstPoint;
public LeadPoint getFirstPoint()
public void setFirstPoint(LeadPoint value)
get_FirstPoint();
set_FirstPoint(value);
Object.defineProperty('FirstPoint');
public:
property LeadPoint FirstPoint {
LeadPoint get();
void set ( LeadPoint value);
}
Property Value
The starting point for the line.