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


ITerrainLasDataInfo.GetVersion Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrainLasDataInfo Interface > ITerrainLasDataInfo.GetVersion Method
ArcGIS Developer Help

ITerrainLasDataInfo.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(
  System.Int32* pMajor,
  System.Int32* 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.

See Also

ITerrainLasDataInfo Interface