Heureka API .NET Documentation
isSubset(PolygonSet) Method



The subset to test
Tests if the provided set is a subset of the current set
Syntax
'Declaration
 
Public Overloads Function isSubset( _
   ByVal subset As PolygonSet _
) As Boolean
'Usage
 
Dim instance As PolygonSet
Dim subset As PolygonSet
Dim value As Boolean
 
value = instance.isSubset(subset)
public bool isSubset( 
   PolygonSet subset
)
public:
bool isSubset( 
   PolygonSet^ subset
) 

Parameters

subset
The subset to test

Return Value

True if it's a subset, false if not
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