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