This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > ITiePointOperation2 Interface > ITiePointOperation2.Thin Method (ArcObjects .NET 10.4 SDK) |
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