Heureka API .NET Documentation
Contains Method (Area)



Checks if this area contains the given area as a child.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal area As Area _
) As Boolean
'Usage
 
Dim instance As Area
Dim area As Area
Dim value As Boolean
 
value = instance.Contains(area)
public bool Contains( 
   Area area
)
public:
bool Contains( 
   Area^ area
) 

Parameters

area
Remarks
This is an O(n) operation, where n is the number of children this area has. Calling this method also forces all child areas to be loaded if not already loaded.
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

Area Class
Area Members

Send Feedback