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


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

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