This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinAdvanced Interface > ITinAdvanced.QueryEdgeAsLine Method (ArcObjects .NET 10.4 SDK) |
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