Share

AcDbPointCloudEx::setReactorId Method

C++

void setReactorId(
    const AcDbObjectId& reactorId
);

Description

Sets the ID of a persistent reactor. Each AcDbPointCloudEx entity must have a persistent reactor attached to the AcDbPointCloudDefEx object it is using. When a new AcDbPointCloudEx entity is created, an AcDbPointCloudDefReactorEx must also be created and added to the database, and also added to the AcDbPointCloudDefEx object's list of persistent reactors. Then the entity must be informed of the reactor to use, which is the purpose of this function. The AcDbPointCloudEx entity then becomes the owner of the reactor object.

Parameters

Parameters Description
reactorId The object id of AcDbPointCloudDefReactorEx which will be set.

Links

AcDbPointCloudEx Class

Was this information helpful?