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


ITransformation3DGEN.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 > ITransformation3DGEN Interface > ITransformation3DGEN.Scale Method
ArcGIS Developer Help

ITransformation3DGEN.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

ITransformation3DGEN Interface