public LeadPoint[] PolygonPoints {get; set;}
'Declaration
Public Property PolygonPoints As LeadPoint()
'Usage
Dim instance As KeyStoneCommand
Dim value() As LeadPoint
instance.PolygonPoints = value
value = instance.PolygonPoints
public LeadPoint[] PolygonPoints {get; set;}
@property (nonatomic, strong, nullable) NSArray<NSValue *> *polygonPoints //LeadPoint
public ArrayList<LeadPoint> getPolygonPoints()
<br/>get_PolygonPoints();<br/>set_PolygonPoints(value);<br/>Object.defineProperty('PolygonPoints');
public:
property array<LeadPoint>^ PolygonPoints {
array<LeadPoint>^ get();
void set ( array<LeadPoint>^ value);
}
Property Value
A list of
LeadPoint structures that contains the four points of the polygon.