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