A reference to
Leadtools.LeadPoint that represents the first marker location in the reference frame.
public LeadPoint FirstMarker {get; set;}
'Declaration
Public Property FirstMarker As LeadPoint
'Usage
Dim instance As StentEnhancementCommand
Dim value As LeadPoint
instance.FirstMarker = value
value = instance.FirstMarker
public LeadPoint FirstMarker {get; set;}
get_FirstMarker();
set_FirstMarker(value);
Object.defineProperty('FirstMarker');
public:
property LeadPoint FirstMarker {
LeadPoint get();
void set ( LeadPoint value);
}
Property Value
A
Leadtools.LeadPoint that contains the location of the first marker in the reference image.