|  | This document is archived and information here might be outdated. Recommended version. | 
Removes islands whose area is smaller than the specified value, from the embedded polygon represented by the specified seed. Remove all holes if the value is zero.
[Visual Basic .NET] Public Sub RemoveIslands ( _ ByVal pSeed As ITinTriangle, _ ByVal Area As Double, _ ByVal bKeepNodes As Boolean, _ ByVal bZeroTag As Boolean _ )
[C#] public void RemoveIslands ( ITinTriangle pSeed, double Area, bool bKeepNodes, bool bZeroTag );
[C++]
HRESULT RemoveIslands(
  ITinTriangle* pSeed,
  double Area,
  VARIANT_BOOL bKeepNodes,
  VARIANT_BOOL bZeroTag
);
[C++] Parameters pSeed [in]
pSeed is a parameter of type ITinTriangle* Area [in]
Area is a parameter of type double bKeepNodes
bKeepNodes is a parameter of type bool bZeroTag
bZeroTag is a parameter of type bool