This document is archived and information here might be outdated. Recommended version. |
The coordinate scale factors.
[Visual Basic .NET] Public Sub GetScaleFactors ( _ ByRef pFactorX As Double, _ ByRef pFactorY As Double, _ ByRef pFactorZ As Double _ )
[C#] public void GetScaleFactors ( ref double pFactorX, ref double pFactorY, ref double pFactorZ );
[C++]
HRESULT GetScaleFactors(
System.Double* pFactorX,
System.Double* pFactorY,
System.Double* pFactorZ
);
[C++]
Parameters pFactorX [out]
pFactorX is a parameter of type double* pFactorY [out]
pFactorY is a parameter of type double* pFactorZ [out]
pFactorZ is a parameter of type double*