This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasHeaderInfo Interface > ILasHeaderInfo.GetScaleFactors Method (ArcObjects .NET 10.5 SDK) |
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(
double* pFactorX,
double* pFactorY,
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