Heureka API .NET Documentation
isSameSet Method



Determines if this set is contains the exact same polygons as the provided set, based on polygon indices
Syntax
'Declaration
 
Public Function isSameSet( _
   ByVal ps As PolygonSet _
) As Boolean
'Usage
 
Dim instance As PolygonSet
Dim ps As PolygonSet
Dim value As Boolean
 
value = instance.isSameSet(ps)
public bool isSameSet( 
   PolygonSet ps
)
public:
bool isSameSet( 
   PolygonSet^ ps
) 

Parameters

ps

Return Value

Returns true if the two sets are the same, 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