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


ITemplate.QueryNextLine Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IT > ITemplate Interface > ITemplate.QueryNextLine Method
ArcGIS Developer Help

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