This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGeoReference Interface > IGeoReference.ReScale Method (ArcObjects .NET 10.5 SDK) |
ReScale operation of layer.
[Visual Basic .NET] Public Sub ReScale ( _ ByVal xScale As Double, _ ByVal yScale As Double _ )
[C#] public void ReScale ( double xScale, double yScale );
[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