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

Status of the operation as the OdResult value.

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

 

Not implemented. If called, returns eNotImplemented.

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