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


ILasFile.HasRGB Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasFile Interface > ILasFile.HasRGB Property
ArcGIS Developer Help

ILasFile.HasRGB Property

Indicates if RGB is availabe.

[Visual Basic .NET]
Public ReadOnly Property HasRGB As Boolean
[C#]
public bool HasRGB {get;}
[C++]
HRESULT get_HasRGB(
  Boolean* pbHasRGB
);
[C++]
Parameters
pbHasRGB [out, retval]

pbHasRGB is a parameter of type bool*

Product Availability

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

Description

Indicates whether the las file contains RGB values for all points.

See Also

ILasFile Interface