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


ITerrainLasDataInfo.GetGeneratingSoftware 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.GetGeneratingSoftware Method
ArcGIS Developer Help

ITerrainLasDataInfo.GetGeneratingSoftware Method

The software used to create the LAS file.

[Visual Basic .NET]
Public Function GetGeneratingSoftware ( _
) As String
[C#]
public string GetGeneratingSoftware (
);
[C++]
HRESULT GetGeneratingSoftware(
void
);

Product Availability

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

See Also

ITerrainLasDataInfo Interface