Heureka API .NET Documentation
Polygon Constructor



Polygon's area
Initiates a new polygon.
Syntax
'Declaration
 
Public Function New( _
   ByVal guid As String, _
   ByVal area As Double _
)
'Usage
 
Dim guid As String
Dim area As Double
 
Dim instance As New Polygon(guid, area)
public Polygon( 
   string guid,
   double area
)
public:
Polygon( 
   String^ guid,
   double area
)

Parameters

guid
area
Polygon's area
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

Polygon Class
Polygon Members

Send Feedback