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* markDetectedPoints;
public LeadPoint[] getMarkDetectedPoints()
public void setMarkDetectedPoints(LeadPoint[] value)
get_MarkDetectedPoints();
set_MarkDetectedPoints(value);
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.