This document is archived and information here might be outdated. Recommended version. |
Sets a triangle within the TIN interpolation zone.
[Visual Basic .NET]
Public Sub SetTriangleInsideDataArea ( _
ByVal Index As Integer _
)
[C#]
public void SetTriangleInsideDataArea (
int Index
);
[C++]
HRESULT SetTriangleInsideDataArea(
long Index
);
[C++] Parameters Index [in]
Index is a parameter of type long
This member will not work if attempted on a triangle comprised of a super node (one of the 4 outer nodes added by the software when the TIN is first created) as, by definition, they are considered outside the interpolation zone. An error will not be raised in this case though.