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