API Reference > OdDbPointCloud Classes > OdDbPointCloudExProjItem Class > OdDbPointCloudExProjItem Methods > OdDbPointCloudExProjItem::hasRGB Method
OdDbPointCloudExProjItem::hasRGB Method
Syntax
C++
virtual OdInt8 hasRGB() const = 0;

1 if all scan items of the project item have kColor property. 0 if at least one scan item of the project item has kColor property. -1 if no scan items of the project item have kColor property.

Returns the value of the hasRGB flag which indicates whether the contained scan items have the kColor property.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.