A reference to
LeadPoint that represents the location of the second marker in the reference frame.
public LeadPoint SecondMarker {get; set;}
'Declaration
Public Property SecondMarker As LeadPoint
'Usage
Dim instance As StentEnhancementCommand
Dim value As LeadPoint
instance.SecondMarker = value
value = instance.SecondMarker
public LeadPoint SecondMarker {get; set;}
<br/>get_SecondMarker();<br/>set_SecondMarker(value);<br/>Object.defineProperty('SecondMarker');
public:
property LeadPoint SecondMarker {
LeadPoint get();
void set ( LeadPoint value);
}
Property Value
A
LeadPoint that contains the location of the second marker in the reference image.