ArcObjects Library Reference (DefenseSolutions)  

ILuminenGL.StartTrackCircle Method

Starts a track circle using client coordinates.

[Visual Basic .NET]
Public Sub StartTrackCircle ( _
    ByVal x As Integer, _
    ByVal y As Integer _
)
[C#]
public void StartTrackCircle (
    int x,
    int y
);
[C++]
HRESULT StartTrackCircle(
  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