public LeadPoint SecondPoint {get; set;}
'Declaration
Public Property SecondPoint As LeadPoint
'Usage
Dim instance As LineProfileCommand
Dim value As LeadPoint
instance.SecondPoint = value
value = instance.SecondPoint
public LeadPoint SecondPoint {get; set;}
@property (nonatomic, assign) LeadPoint secondPoint;
public LeadPoint getSecondPoint()
public void setSecondPoint(LeadPoint value)
get_SecondPoint();
set_SecondPoint(value);
Object.defineProperty('SecondPoint');
public:
property LeadPoint SecondPoint {
LeadPoint get();
void set ( LeadPoint value);
}
Property Value
The end point for the line.