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.