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


ILasOrganize.SetTargetVersionAndFormat Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

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