ArcObjects Library Reference (GeoDatabaseExtensions)  

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(
  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

Product Availability

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

See Also

ILasHeaderInfo Interface