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


ILasHeaderInfo.GeneratingSoftware Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasHeaderInfo Interface > ILasHeaderInfo.GeneratingSoftware Property
ArcGIS Developer Help

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(
  System.String* 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