ArcObjects Library Reference (GeoDatabase)  

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

Parameters

pNode [in]

  pNode is a parameter of type ITinNode

pIsShared [out, retval]   pIsShared is a parameter of type VARIANT_BOOL

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