Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.21
|
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)
<br/>get_SecondPoint();<br/>set_SecondPoint(value);<br/>Object.defineProperty('SecondPoint');