ArcObjects Library Reference  (Carto)    

IGeoReference.ReScale Method

ReScale operation of layer.

[Visual Basic 6.0]
Sub ReScale(
    ByVal xScale As Double, _
    ByVal yScale As Double _
)
[Visual Basic .NET]
Public Sub ReScale ( _
    ByVal xScale As Double, _
    ByVal yScale As Double _
)
[C#]
public void ReScale (
    double xScale,
    double yScale
);
[Java]
public void reScale (
    double xScale,
    double yScale
)
throws
    IOException,
    AutomationException
[C++]
HRESULT ReScale(
  double xScale,
  double yScale
);
[C++]

Parameters

xScale [in]

  xScale is a parameter of type double

yScale [in]

  yScale is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGeoReference Interface

 


Feedback Send feedback on this page