API Reference > OdDbPointCloud Classes > OdDbPointCloud Class > OdDbPointCloud Methods > OdDbPointCloud::getSourceFile Method
OdDbPointCloud::getSourceFile Method
Syntax
C++
bool getSourceFile(OdUInt32 index, OdString & fileName) const;
Parameters 
Description 
OdUInt32 index 
[in] index of the filenames array
Returns true if name was successfully set and false if index is invalid. 
OdString & fileName 
[out] The filename.  

Gets the name of the source point cloud file for this point cloud entity. 

 

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