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


ITinSurface2.GeneralizeByNodeCount Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITinSurface2.GeneralizeByNodeCount Method

Outputs a generalized TIN.

[Visual Basic .NET]
Public Sub GeneralizeByNodeCount ( _
    ByVal pAreaOfInterest As IEnvelope, _
    ByVal maxRemainingNodeCount As Integer, _
    ByRef ppNewTin As ITin _
)
[C#]
public void GeneralizeByNodeCount (
    IEnvelope pAreaOfInterest,
    int maxRemainingNodeCount,
    ref ITin ppNewTin
);
[C++]
HRESULT GeneralizeByNodeCount(
  IEnvelope* pAreaOfInterest,
  long maxRemainingNodeCount,
  ITin** ppNewTin
);
[C++]

Parameters pAreaOfInterest [in]
pAreaOfInterest is a parameter of type IEnvelope* maxRemainingNodeCount [in]
maxRemainingNodeCount is a parameter of type long ppNewTin [out]
ppNewTin is a parameter of type ITin**

Product Availability

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

See Also

ITinSurface2 Interface