ArcObjects Library Reference (GeoDatabase)  

ITinAdvanced2.IsTriangleInsideDataArea Method

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

Product Availability

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

Description

Returns TRUE if the triangle is inside the data area. This is the same as the domain or interpolation zone of the TIN.

See Also

ITinAdvanced2 Interface