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


ITiePointOperation2.Thin Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ITiePointOperation2.Thin Method

Thins/removes extra tie points using a nCols*nRows grid with a given density.

[Visual Basic .NET]
Public Sub Thin ( _
    ByVal pExtent As IEnvelope, _
    ByVal nCols As Integer, _
    ByVal nRows As Integer, _
    ByVal density As Integer _
)
[C#]
public void Thin (
    IEnvelope pExtent,
    int nCols,
    int nRows,
    int density
);
[C++]
HRESULT Thin(
  IEnvelope* pExtent,
  long nCols,
  long nRows,
  long density
);
[C++]

Parameters pExtent [in]
pExtent is a parameter of type IEnvelope nCols [in] nCols is a parameter of type long nRows [in] nRows is a parameter of type long density [in] density is a parameter of type long

Product Availability

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

See Also

ITiePointOperation2 Interface