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


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

ILasWriter.Init Method

Initialize the writer object.

[Visual Basic .NET]
Public Sub Init ( _
    ByVal pTrackCancel As ITrackCancel, _
    ByVal pSpatialRef As ISpatialReference, _
    ByVal fileName As String, _
    ByVal bOverWrite As Boolean, _
    ByVal bAsZlas As Boolean, _
    ByVal bRearrange As Boolean, _
    ByVal bStandardGpsTime As Boolean, _
    ByVal verMajor As Integer, _
    ByVal verMinor As Integer, _
    ByVal pointFormat As Integer, _
    ByVal extraBytes As Integer, _
    ByVal xOffset As Double, _
    ByVal yOffset As Double, _
    ByVal zOffset As Double, _
    ByVal xScaleFactor As Double, _
    ByVal yScaleFactor As Double, _
    ByVal zScaleFactor As Double _
)
[C#]
public void Init (
    ITrackCancel pTrackCancel,
    ISpatialReference pSpatialRef,
    string fileName,
    bool bOverWrite,
    bool bAsZlas,
    bool bRearrange,
    bool bStandardGpsTime,
    int verMajor,
    int verMinor,
    int pointFormat,
    int extraBytes,
    double xOffset,
    double yOffset,
    double zOffset,
    double xScaleFactor,
    double yScaleFactor,
    double zScaleFactor
);
[C++]
HRESULT Init(
  ITrackCancel* pTrackCancel,
  ISpatialReference* pSpatialRef,
  BSTR fileName,
  VARIANT_BOOL bOverWrite,
  VARIANT_BOOL bAsZlas,
  VARIANT_BOOL bRearrange,
  VARIANT_BOOL bStandardGpsTime,
  long verMajor,
  long verMinor,
  long pointFormat,
  long extraBytes,
  double xOffset,
  double yOffset,
  double zOffset,
  double xScaleFactor,
  double yScaleFactor,
  double zScaleFactor
);
[C++]
Parameters
pTrackCancel [in]

pTrackCancel is a parameter of type ITrackCancel* pSpatialRef [in]
pSpatialRef is a parameter of type ISpatialReference* fileName [in]
fileName is a parameter of type BSTR bOverWrite [in]
bOverWrite is a parameter of type bool bAsZlas [in]
bAsZlas is a parameter of type bool bRearrange [in]
bRearrange is a parameter of type bool bStandardGpsTime [in]
bStandardGpsTime is a parameter of type bool verMajor [in]
verMajor is a parameter of type long verMinor [in]
verMinor is a parameter of type long pointFormat [in]
pointFormat is a parameter of type long extraBytes [in]
extraBytes is a parameter of type long xOffset [in]
xOffset is a parameter of type double yOffset [in]
yOffset is a parameter of type double zOffset [in]
zOffset is a parameter of type double xScaleFactor [in]
xScaleFactor is a parameter of type double yScaleFactor [in]
yScaleFactor is a parameter of type double zScaleFactor [in]
zScaleFactor is a parameter of type double

Product Availability

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

See Also

ILasWriter Interface