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


ILasWriter.SetGeneratingSoftware Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasWriter.SetGeneratingSoftware Method

The generating software of the LAS file.

[Visual Basic .NET]
Public Sub SetGeneratingSoftware ( _
    ByVal software As String _
)
[C#]
public void SetGeneratingSoftware (
    string software
);
[C++]
HRESULT SetGeneratingSoftware(
  BSTR software
);
[C++]

Parameters software [in] software is a parameter of type BSTR

Product Availability

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

See Also

ILasWriter Interface