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 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)
<br/>get_FirstPoint();<br/>set_FirstPoint(value);<br/>Object.defineProperty('FirstPoint');