Poly2d.Item Property

Gets a reference to a PolyPoint2d in the poly or sets it to a copy of a given point.
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.
JScript suports the use of indexed properties, but not the declaration of new ones.
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

PolyPoint2d

A reference to a point in the poly.

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition