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


ITinAdvanced.QueryEdgeAsLine Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITinAdvanced.QueryEdgeAsLine Method

The line equal to the edge referenced by the index.

[Visual Basic .NET]
Public Sub QueryEdgeAsLine ( _
    ByVal Index As Integer, _
    ByVal pLine As ILine _
)
[C#]
public void QueryEdgeAsLine (
    int Index,
    ILine pLine
);
[C++]
HRESULT QueryEdgeAsLine(
  long Index,
  ILine* pLine
);
[C++]

Parameters Index [in] Index is a parameter of type long pLine
pLine is a parameter of type ILine

Product Availability

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

See Also

ITinAdvanced Interface