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


ITinAdvanced2.IsNodeOnDomainBoundary Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinAdvanced2 Interface > ITinAdvanced2.IsNodeOnDomainBoundary Method
ArcGIS Developer Help

ITinAdvanced2.IsNodeOnDomainBoundary Method

Returns TRUE if the specified node is on domain's boundary.

[Visual Basic .NET]
Public Function IsNodeOnDomainBoundary ( _
    ByVal nodeIndex As Integer _
) As Boolean
[C#]
public bool IsNodeOnDomainBoundary (
    int nodeIndex
);
[C++]
HRESULT IsNodeOnDomainBoundary(
  long nodeIndex
);
[C++]
Parameters
nodeIndex [in]

nodeIndex is a parameter of type long

Product Availability

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

Description

Returns TRUE if the node resides on the perimeter of the TIN's interpolation zone. This is the case if there's at least one nodata triangle and one data triangle incident to the node.

See Also

ITinAdvanced2 Interface