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


ITemplate.QueryNextPoint 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.QueryNextPoint Method
ArcGIS Developer Help

ITemplate.QueryNextPoint Method

Queries for the next point in the pattern.

[Visual Basic .NET]
Public Sub QueryNextPoint ( _
    ByVal pPoint As IPoint, _
    ByRef pAngle As Double _
)
[C#]
public void QueryNextPoint (
    IPoint pPoint,
    ref double pAngle
);
[C++]
HRESULT QueryNextPoint(
  IPoint* pPoint,
  System.Double* pAngle
);
[C++]
Parameters
pPoint [in]

pPoint is a parameter of type IPoint* pAngle [in]
pAngle is a parameter of type double*

Product Availability

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

See Also

ITemplate Interface