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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.