This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasFile Interface > ILasFile.HasRGB Property (ArcObjects .NET 10.5 SDK) |
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
Indicates whether the las file contains RGB values for all points.