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


ITinFeatureEdit.QueryAdjacentVertices Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinFeatureEdit Interface > ITinFeatureEdit.QueryAdjacentVertices Method
ArcGIS Developer Help

ITinFeatureEdit.QueryAdjacentVertices Method

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*

Product Availability

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

See Also

ITinFeatureEdit Interface