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


ILasFile.HasRGB Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

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(
  VARIANT_BOOL* pbHasRGB
);
[C++]

Parameters pbHasRGB [out, retval] pbHasRGB is a parameter of type VARIANT_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