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


ILasHeaderInfo.GetScaleFactors Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasHeaderInfo Interface > ILasHeaderInfo.GetScaleFactors Method
ArcGIS Developer Help

ILasHeaderInfo.GetScaleFactors Method

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ILasHeaderInfo Interface