Share

AcDbPointCloudEx::setPointCloudName Method

C++

Acad::ErrorStatus setPointCloudName(
    const AcString& name
);

Description

Specifies a unique name for this point cloud extension entity in the current drawing.

Parameters

Parameters Description
name The point cloud name to be set.

Returns

Returns Acad::eOk if set successfully, otherwise returns Acad::eNotApplicable. If point cloud name is NULL, it will return Acad::eNull.

Links

AcDbPointCloudEx Class

Was this information helpful?