Gets or sets a reference to a
LeadPoint that represents the location of the first marker in the reference frame.
public LeadPoint FirstMarker {get; set;}
'Declaration
Public Property FirstMarker As LeadPoint
'Usage
Dim instance As StentEnhancementMarkers
Dim value As LeadPoint
instance.FirstMarker = value
value = instance.FirstMarker
public LeadPoint FirstMarker {get; set;}
<br/>get_FirstMarker();<br/>set_FirstMarker(value);<br/>Object.defineProperty('FirstMarker');
public:
property LeadPoint FirstMarker {
LeadPoint get();
void set ( LeadPoint value);
}
Property Value
A
LeadPoint that contains the location of the first marker in the reference image.