Heureka API .NET Documentation
Add Method (PolygonSet)



Polygon to add
Adds a new polygon to the set; keeps the polygons in the set ordered by index
Syntax
'Declaration
 
Public Function Add( _
   ByVal newPoly As Polygon _
) As Boolean
'Usage
 
Dim instance As PolygonSet
Dim newPoly As Polygon
Dim value As Boolean
 
value = instance.Add(newPoly)
public bool Add( 
   Polygon newPoly
)
public:
bool Add( 
   Polygon^ newPoly
) 

Parameters

newPoly
Polygon to add

Return Value

Returns true if the polygon was added, returns false otherwise
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