This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IT > ITransformation3DGEN Interface > ITransformation3DGEN.Scale Method (ArcObjects .NET 10.4 SDK) |
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