ArcObjects Library Reference (GeoDatabaseExtensions)  

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(
  BSTR* pName
);
[C++]

Parameters

pName [out, retval]   pName is a parameter of type BSTR

Product Availability

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

See Also

ITerrainLasDataInfo Interface