ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasHeaderInfo.GeneratingSoftware Property

The software used to create the LAS file.

[Visual Basic .NET]
Public ReadOnly Property GeneratingSoftware As String
[C#]
public string GeneratingSoftware {get;}
[C++]
HRESULT get_GeneratingSoftware(
  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

ILasHeaderInfo Interface