Heureka API .NET Documentation
AddPolygon Method



Add polygon to stand neighbourhood for test purposes
Syntax
'Declaration
 
Public Sub AddPolygon( _
   ByVal guid As Guid, _
   ByVal polygon As PolygonShape _
) 
'Usage
 
Dim instance As StandNeighbourhood
Dim guid As Guid
Dim polygon As PolygonShape
 
instance.AddPolygon(guid, polygon)
public void AddPolygon( 
   Guid guid,
   PolygonShape polygon
)
public:
void AddPolygon( 
   Guid guid,
   PolygonShape^ polygon
) 

Parameters

guid
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

StandNeighbourhood Class
StandNeighbourhood Members

Send Feedback