A reference to
Leadtools.LeadPoint that represents the second marker location 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;}
get_SecondMarker();
set_SecondMarker(value);
Object.defineProperty('SecondMarker');
public:
property LeadPoint SecondMarker {
LeadPoint get();
void set ( LeadPoint value);
}
Property Value
A
Leadtools.LeadPoint that contains the location of the second marker in the reference image.