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


ITemplate.QueryNextLine Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

ITemplate.QueryNextLine Method

Queries for the next line in the pattern.

[Visual Basic .NET]
Public Sub QueryNextLine ( _
    ByVal pGeometry As IGeometry _
)
[C#]
public void QueryNextLine (
    IGeometry pGeometry
);
[C++]
HRESULT QueryNextLine(
  IGeometry* pGeometry
);
[C++]

Parameters pGeometry [in]
pGeometry is a parameter of type IGeometry

Product Availability

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

See Also

ITemplate Interface