Share

AcDbDatabase::setLensLength

C++

Acad::ErrorStatus setLensLength(
    const double lensLength
);

Description

Sets the LENSLENGTH system variable.

Returns Acad::eOk on success.

Parameters

Parameters Description
lensLength Input value of lens lenght for new camera

Links

AcDbDatabase Class

Was this information helpful?