This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IT > ITemplate Interface > ITemplate.QueryNextPoint Method (ArcObjects .NET 10.5 SDK) |
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,
double* pAngle
);
[C++]
Parameters pPoint [in]
pPoint is a parameter of type IPoint pAngle [in] pAngle is a parameter of type double