C++
Acad::ErrorStatus setSourceFileName( const TCHAR* pPathName );
Description
This function sets the pathname of the externally referenced point cloud file. The point cloud file path name is stored when the current drawing is saved. The point cloud extension definition is initialized and a file descriptor is created for access to the point cloud file.
Parameters
Parameters | Description |
---|---|
pPathName | Input path name of the point cloud |
Returns
Returns Acad::eOk if successful. Returns Acad::eInvalidInput if the input path is invalid.