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


ILasHeaderInfo.GetOffsets Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasHeaderInfo.GetOffsets Method

The coordinate offsets.

[Visual Basic .NET]
Public Sub GetOffsets ( _
    ByRef pOffsetX As Double, _
    ByRef pOffsetY As Double, _
    ByRef pOffsetZ As Double _
)
[C#]
public void GetOffsets (
    ref double pOffsetX,
    ref double pOffsetY,
    ref double pOffsetZ
);
[C++]
HRESULT GetOffsets(
  double* pOffsetX,
  double* pOffsetY,
  double* pOffsetZ
);
[C++]

Parameters pOffsetX [out] pOffsetX is a parameter of type double pOffsetY [out] pOffsetY is a parameter of type double pOffsetZ [out] pOffsetZ is a parameter of type double

Product Availability

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

See Also

ILasHeaderInfo Interface