Share

AcDbPointCloudDefEx::setActiveFileName Method

C++

Acad::ErrorStatus setActiveFileName(
    const TCHAR* pPathName
);

Description

This function sets the active path name of the externally referenced point cloud file. The active path points to the file that is actually used to define the point cloud in the current drawing. However, the active path is not persistent, and is not saved in the drawing file. If pPathName does not point to a valid point cloud file, then the active path is unchanged.

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.

Links

AcDbPointCloudDefEx Class

Was this information helpful?