ArcObjects Library Reference (DefenseSolutions)  

ILuminenGL.FinishTrackCircle Method

Finishes a track circle using client coordinates, converts the radius to map units (geographic degrees).

[Visual Basic .NET]
Public Sub FinishTrackCircle ( _
    ByVal x As Integer, _
    ByVal y As Integer, _
    ByRef GeoDegreeRadius As Double _
)
[C#]
public void FinishTrackCircle (
    int x,
    int y,
    ref double GeoDegreeRadius
);
[C++]
HRESULT FinishTrackCircle(
  long x,
  long y,
  double* GeoDegreeRadius
);
[C++]

Parameters

x   x is a parameter of type long y   y is a parameter of type long GeoDegreeRadius   GeoDegreeRadius is a parameter of type double

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ILuminenGL Interface