public LeadPoint[] MarkDetectedPoints {get; set;}
'Declaration
Public Property MarkDetectedPoints As LeadPoint()
'Usage
Dim instance As SearchRegistrationMarksCommandData
Dim value() As LeadPoint
instance.MarkDetectedPoints = value
value = instance.MarkDetectedPoints
public LeadPoint[] MarkDetectedPoints {get; set;}
@property (nonatomic, strong) NSMutableArray<NSValue *> *markDetectedPoints //LeadPoint
public LeadPoint[] getMarkDetectedPoints()
public void setMarkDetectedPoints(LeadPoint[] value)
<br/>get_MarkDetectedPoints();<br/>set_MarkDetectedPoints(value);<br/>Object.defineProperty('MarkDetectedPoints');
public:
property array<LeadPoint>^ MarkDetectedPoints {
array<LeadPoint>^ get();
void set ( array<LeadPoint>^ value);
}
Property Value
Array which will be filled with the location points of the detected registration marks.
SearchRegistrationMarksCommand will fill the first MarkDetectedCount elements in this array.