This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinAdvanced2 Interface > ITinAdvanced2.IsTriangleInsideDataArea Method (ArcObjects .NET 10.4 SDK) |
Returns TRUE if the triangle is inside data area.
[Visual Basic .NET] Public Function IsTriangleInsideDataArea ( _ ByVal triangleIndex As Integer _ ) As Boolean
[C#] public bool IsTriangleInsideDataArea ( int triangleIndex );
[C++]
HRESULT IsTriangleInsideDataArea(
long triangleIndex,
VARIANT_BOOL* pbIsInside
);
[C++]
Parameters triangleIndex [in] triangleIndex is a parameter of type long pbIsInside [out, retval] pbIsInside is a parameter of type VARIANT_BOOL
Returns TRUE if the triangle is inside the data area. This is the same as the domain or interpolation zone of the TIN.