ArcObjects Library Reference (GeoDatabase)  

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