ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasFile.GetVersion Method

The version of the LAS file.

[Visual Basic .NET]
Public Sub GetVersion ( _
    ByRef pMajor As Integer, _
    ByRef pMinor As Integer _
)
[C#]
public void GetVersion (
    ref int pMajor,
    ref int pMinor
);
[C++]
HRESULT GetVersion(
  long* pMajor,
  long* pMinor
);
[C++]

Parameters

pMajor [out]   pMajor is a parameter of type long pMinor [out]   pMinor is a parameter of type long

Product Availability

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

Description

Outputs the version of the las file to pMajor and pMinor. The version is based on the standard as defined in the LAS specification.

See Also

ILasFile Interface