This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinAdvanced2 Interface > ITinAdvanced2.IsEdgeInsideDataArea Method (ArcObjects .NET 10.4 SDK) |
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
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.