This document is archived and information here might be outdated.  Recommended version.


ITinAdvanced2.IsEdgeInsideDataArea Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITinAdvanced2.IsEdgeInsideDataArea Method

Returns TRUE if the edge is inside data area.

[Visual Basic .NET]
Public Function IsEdgeInsideDataArea ( _
    ByVal edgeIndex As Integer _
) As Boolean
[C#]
public bool IsEdgeInsideDataArea (
    int edgeIndex
);
[C++]
HRESULT IsEdgeInsideDataArea(
  long edgeIndex,
  VARIANT_BOOL* pbIsInside
);
[C++]

Parameters edgeIndex [in] edgeIndex 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

If the triangle the edge belongs to, its RightTriangle, is inside the TIN's data area then this function will return True for the edge.

See Also

ITinAdvanced2 Interface