public LeadPoint[] PointsArray {get; set;}
'Declaration
Public Property PointsArray As LeadPoint()
'Usage
Dim instance As WatershedCommand
Dim value() As LeadPoint
instance.PointsArray = value
value = instance.PointsArray
public LeadPoint[] PointsArray {get; set;}
@property (nonatomic, strong) NSArray<NSArray<NSValue *> *> *pointsArray //LeadPoint
public ArrayList<ArrayList<LeadPoint>> getPointsArray()
public void setPointsArray(ArrayList<ArrayList<LeadPoint>> value
<br/>get_PointsArray();<br/>set_PointsArray(value);<br/>Object.defineProperty('PointsArray');
public:
property array<LeadPoint>^ PointsArray {
array<LeadPoint>^ get();
void set ( array<LeadPoint>^ value);
}
Property Value
Array that represents the starting point or path for each segment in the image.