Poly2d.Item Property
Public Property Item( _
ByVal idx As Integer _
) As PolyPoint2d
This language is not supported or no code example is available.
public PolyPoint2d this[
int idx
] {get; set;}
This language is not supported or no code example is available.
public:
property PolyPoint2d^ Item[int] {
PolyPoint2d^ get(
int idx
);
void set(
int idx,
PolyPoint2d^ value
);
}
This language is not supported or no code example is available.
Parameters
- idx
- int
The index of the point to get or set. This index is 'circular' which means -1 is the last point and NodeCount is the first
Property Value
PolyPoint2dA reference to a point in the poly.