ArcObjects Library Reference (DefenseSolutions)  

ILuminenGL.StartOrthographicTrackRectangle Method

Starts an orthographic track rectangle using client coordinates.

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