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


ILasHeaderInfo.HasRGB Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasHeaderInfo.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.

See Also

ILasHeaderInfo Interface