This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinEdge Interface > ITinEdge.QueryAsLine Method (ArcObjects .NET 10.4 SDK) |
Sets the specified edge equal to a line.
[Visual Basic .NET] Public Sub QueryAsLine ( _ ByVal pLine As ILine _ )
[C#] public void QueryAsLine ( ILine pLine );
[C++]
HRESULT QueryAsLine(
ILine* pLine
);
[C++]
Parameters pLine
pLine is a parameter of type ILine
Writes the from and to nodes of the edge as points to an existing, pre-instantiated, Line object.