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.QueryAdjacentVertices Method (ArcObjects .NET 10.5 SDK) |
Queries the first two non-densified nodes of a line segment represented by the specified edge).
[Visual Basic .NET] Public Sub QueryAdjacentVertices ( _ ByVal pSeedEdge As ITinFeatureSeed, _ ByVal pBehind As ITinNode, _ ByVal pFront As ITinNode _ )
[C#] public void QueryAdjacentVertices ( ITinFeatureSeed pSeedEdge, ITinNode pBehind, ITinNode pFront );
[C++]
HRESULT QueryAdjacentVertices(
ITinFeatureSeed* pSeedEdge,
ITinNode* pBehind,
ITinNode* pFront
);
[C++]
Parameters pSeedEdge [in]
pSeedEdge is a parameter of type ITinFeatureSeed pBehind
pBehind is a parameter of type ITinNode pFront
pFront is a parameter of type ITinNode