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


ILasWriter.SetSystemID Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasWriter Interface > ILasWriter.SetSystemID Method
ArcGIS Developer Help

ILasWriter.SetSystemID Method

The system ID of the LAS file.

[Visual Basic .NET]
Public Sub SetSystemID ( _
    ByVal ID As String _
)
[C#]
public void SetSystemID (
    string ID
);
[C++]
HRESULT SetSystemID(
  BSTR ID
);
[C++]
Parameters
ID [in]

ID is a parameter of type BSTR

Product Availability

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

See Also

ILasWriter Interface