|  | This document is archived and information here might be outdated. Recommended version. | 
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