ArcObjects Library Reference (GeoDatabase)  

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,
  VARIANT_BOOL* pbIsOn
);
[C++]

Parameters

nodeIndex [in]   nodeIndex is a parameter of type long pbIsOn [out, retval]   pbIsOn is a parameter of type VARIANT_BOOL

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