Share

AcDbRapidRTRenderSettings::copyFrom Method

C++

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

Description

Copy all the render settings from an AcDbRapidRTRenderSettings object.

Parameters

Parameters Description
other the source AcDbRapidRTRenderSettings object

Returns

Return Acad::eOk if the copy operation is successful

Remarks

the source object must be AcDbRapidRTRenderSettings type, or the copy operation will fail

Links

AcDbRapidRTRenderSettings Class

Was this information helpful?