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