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


ILasHeaderInfo.GetOffsets 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.GetOffsets Method
ArcGIS Developer Help

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(
  System.Double* pOffsetX,
  System.Double* pOffsetY,
  System.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