Sets a triangle within the TIN interpolation zone.
[Visual Basic 6.0] Sub SetTriangleInsideDataArea(
ByVal Index As Long _
)
[Visual Basic .NET] Public Sub SetTriangleInsideDataArea ( _ ByVal Index As Integer _ )
[C#] public void SetTriangleInsideDataArea ( int Index );
[Java] public void setTriangleInsideDataArea ( int Index ) throws IOException, AutomationException
[C++]
HRESULT SetTriangleInsideDataArea(
long Index
);
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.