ArcObjects Library Reference (DefenseSolutions)  

ILuminenGL.UpdateTrackCircle Method

Updates a track circle using client coordinates.

[Visual Basic .NET]
Public Sub UpdateTrackCircle ( _
    ByVal x As Integer, _
    ByVal y As Integer _
)
[C#]
public void UpdateTrackCircle (
    int x,
    int y
);
[C++]
HRESULT UpdateTrackCircle(
  long x,
  long y
);
[C++]

Parameters

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

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ILuminenGL Interface