Updates an orthographic track rectangle using client coordinates.
[Visual Basic .NET] Public Sub UpdateOrthographicTrackRectangle ( _ ByVal x As Integer, _ ByVal y As Integer _ )
[C#] public void UpdateOrthographicTrackRectangle ( int x, int y );
[C++]
HRESULT UpdateOrthographicTrackRectangle(
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.