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


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

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