API Reference > OdDbPointCloud Classes > OdDbPointCloudHostPE Class > OdDbPointCloudHostPE Methods > OdDbPointCloudHostPE::load Method
OdDbPointCloudHostPE::load Method
Syntax
C++
virtual OdResult load(const OdString& strPath, OdDbPointCloudItemPtr& item) = 0;
Parameters 
Description 
const OdString& strPath 
[in] File path.  
OdDbPointCloudItemPtr& item 
[out] Pointer to the object of the class implementing the OdDbPointCloudItem interface for a specified file. 

Status of the operation as the OdResult value.

Returns a pointer to an object of the class implementing the OdDbPointCloudItem interface given a file path to a Point Cloud file. 

 

Not implemented. If called, returns eNotImplemented.

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