Heureka API .NET Documentation
isSubset(PolygonSet,List<PolygonSet>) Method



Subset to test
Test a subset against a list of sets to see if it's a subset of any of the sets in the list.
Syntax
'Declaration
 
Public Overloads Shared Function isSubset( _
   ByVal subset As PolygonSet, _
   ByVal setList As List(Of PolygonSet) _
) As Boolean
'Usage
 
Dim subset As PolygonSet
Dim setList As List(Of PolygonSet)
Dim value As Boolean
 
value = PolygonSet.isSubset(subset, setList)
public static bool isSubset( 
   PolygonSet subset,
   List<PolygonSet> setList
)
public:
static bool isSubset( 
   PolygonSet^ subset,
   List<PolygonSet^>^ setList
) 

Parameters

subset
Subset to test
setList

Return Value

True if the subset is a subset of any set in the list
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
Overload List

Send Feedback