This document is archived and information here might be outdated. Recommended version. |
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*
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).