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


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

ITinEdge.QueryAsLine Method

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*

Product Availability

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

Description

Writes the from and to nodes of the edge as points to an existing, pre-instantiated, Line object.

See Also

ITinEdge Interface