Share

AcDbRapidRTRenderSettings::setRenderTarget Method

C++

Acad::ErrorStatus setRenderTarget(
    RenderTarget target
);

Description

Set the render target of the RapidRT render settings.

Parameters

Parameters Description
target The render target that set to the AcDbRapidRenderSettings

Returns

Returns Acad::eOk if successful, or Acad::eInvalidInput if the input value is invalid

Links

AcDbRapidRTRenderSettings Class

Was this information helpful?