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


ITinEdge.IsSameEdge Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITinEdge.IsSameEdge Method

Restricted.

[Visual Basic .NET]
Public Function IsSameEdge ( _
    ByVal pEdge As ITinEdge _
) As Boolean
[C#]
public bool IsSameEdge (
    ITinEdge pEdge
);
[C++]
HRESULT IsSameEdge(
  ITinEdge* pEdge
);
[C++]

Parameters pEdge [in]
pEdge is a parameter of type ITinEdge*

Product Availability

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

See Also

ITinEdge Interface