This document is archived and information here might be outdated.  Recommended version.


ITinFeatureEdit.RemoveIslands Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITinFeatureEdit.RemoveIslands Method

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 VARIANT_BOOL bZeroTag bZeroTag is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITinFeatureEdit Interface