Share

AcDbPointCloudEx::copyFrom Method

C++

Acad::ErrorStatus copyFrom(
    const AcRxObject* pObj
) override;

Description

Copy the contents of the "other" parameter into this messaged object, whenever feasible.

Parameters

Parameters Description
pObj Input pointer to object to copy from.

Returns

Returns Acad::eOk if successful.

Links

AcDbPointCloudEx Class

Was this information helpful?