Share

AcDbDatabase::setCetransparency Method

C++

Acad::ErrorStatus setCetransparency(
    const AcCmTransparency& transparency
);

Description

Sets the transparency value for the entity.

Parameters

Parameters Description
transparency Input the transparency value for the entity.

Returns

Acad::eOk on success.

Links

AcDbDatabase Class

Was this information helpful?