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


ITinNode.IsSameNode Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITinNode.IsSameNode Method

Restricted.

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

Parameters pNode [in]
pNode is a parameter of type ITinNode*

Product Availability

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

See Also

ITinNode Interface