This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinFeatureEdit Interface > ITinFeatureEdit.IsNodeShared Method (ArcObjects .NET 10.5 SDK) |
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
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).