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


ILasWriter.SetGUID 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.SetGUID Method
ArcGIS Developer Help

ILasWriter.SetGUID Method

The GUID of the LAS file.

[Visual Basic .NET]
Public Sub SetGUID ( _
    ByVal pGuid As UID _
)
[C#]
public void SetGUID (
    UID pGuid
);
[C++]
HRESULT SetGUID(
  IUID* pGuid
);
[C++]
Parameters
pGuid [in]

pGuid is a parameter of type IUID*

Product Availability

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

See Also

ILasWriter Interface