This document is archived and information here might be outdated. Recommended version. |
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**