This document is archived and information here might be outdated.  Recommended version.


ILegendFormat2.Scale Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILegendFormat2 Interface > ILegendFormat2.Scale Method
ArcGIS Developer Help

ILegendFormat2.Scale Method

Multiply all distances, gaps, and size property values on this interface by the specified scale factors.

[Visual Basic .NET]
Public Sub Scale ( _
    ByVal xScale As Double, _
    ByVal yScale As Double _
)
[C#]
public void Scale (
    double xScale,
    double yScale
);
[C++]
HRESULT Scale(
  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

ILegendFormat2 Interface