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


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

ITinFeatureEdit.IsNodeShared Method

Returns TRUE if specified node is shared by more than two enforced edges.

[Visual Basic .NET]
Public Function IsNodeShared ( _
    ByVal pNode As ITinNode _
) As Boolean
[C#]
public bool IsNodeShared (
    ITinNode pNode
);
[C++]
HRESULT IsNodeShared(
  ITinNode* pNode
);
[C++]
Parameters
pNode [in]

pNode is a parameter of type ITinNode*

Product Availability

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

Description

Returns TRUE if three or more edges incident to the passed node are enforced as hard or soft edges.

When a node is shared it belongs to two or more linear features (enforced breaklines and polygon boundaries).

See Also

ITinFeatureEdit Interface