Share

AcDbDatabase::setCameraHeight

C++

Acad::ErrorStatus setCameraHeight(
    const double cameraHeight
);

Description

Sets the CAMERAHEIGHT system variable. This value is used as the default value for creating new cameras.

Returns Acad::eOk on success.

Parameters

Parameters Description
cameraHeight Input new value for the default camera height

Links

AcDbDatabase Class

Was this information helpful?