Heureka API .NET Documentation
Item Property (PolygonSet)



Index of the polygon to get
Gets a specific polygon from the set
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As Polygon
'Usage
 
Dim instance As PolygonSet
Dim index As Integer
Dim value As Polygon
 
value = instance.Item(index)
public Polygon this[ 
   int index
]; {get;}
public:
property Polygon^ default [int] {
   Polygon^ get(int index);
}

Parameters

index
Index of the polygon to get

Property Value

The requested polygon
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PolygonSet Class
PolygonSet Members

Send Feedback