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


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

ILasWriter.SetFileSourceID Method

The file source ID of the LAS file.

[Visual Basic .NET]
Public Sub SetFileSourceID ( _
    ByVal ID As Integer _
)
[C#]
public void SetFileSourceID (
    int ID
);
[C++]
HRESULT SetFileSourceID(
  long ID
);
[C++]

Parameters ID [in] ID is a parameter of type long

Product Availability

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

See Also

ILasWriter Interface