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


ITransformation3D.Scale Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IT > ITransformation3D Interface > ITransformation3D.Scale Method
ArcGIS Developer Help

ITransformation3D.Scale Method

Adds a scaling factor to the transformation matrix.

[Visual Basic .NET]
Public Sub Scale ( _
    ByVal sx As Double, _
    ByVal sy As Double, _
    ByVal sz As Double _
)
[C#]
public void Scale (
    double sx,
    double sy,
    double sz
);
[C++]
HRESULT Scale(
  double sx,
  double sy,
  double sz
);
[C++]
Parameters
sx 

sx is a parameter of type double sy
sy is a parameter of type double sz
sz is a parameter of type double

Product Availability

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

See Also

ITransformation3D Interface