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


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

ILasOrganize.SetTargetVersionAndFormat Method

The output LAS version and point format.

[Visual Basic .NET]
Public Sub SetTargetVersionAndFormat ( _
    ByVal major As Integer, _
    ByVal minor As Integer, _
    ByVal pointFormat As Integer _
)
[C#]
public void SetTargetVersionAndFormat (
    int major,
    int minor,
    int pointFormat
);
[C++]
HRESULT SetTargetVersionAndFormat(
  long major,
  long minor,
  long pointFormat
);
[C++]
Parameters
major [in]

major is a parameter of type long minor [in]
minor is a parameter of type long pointFormat [in]
pointFormat is a parameter of type long

Product Availability

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

See Also

ILasOrganize Interface