Share

AcDbRenderEnvironment

Class Hierarchy

AcRxObject
    AcGiDrawable
        AcDbObject
            AcDbRenderEnvironment

C++

class AcDbRenderEnvironment : public AcDbObject;

File

dbRender.h

Description

This is a container class for environment-related properties, including fog / depth cue and the global environment image. Only one object of this type is maintained by the per-drawing AcDbRenderGlobal object, at ACAD_RENDER_ENVIRONMENT in the named object dictionary.

Links

AcDbRenderEnvironment Methods, AcDbRenderEnvironment Operators

See Also

AcDbRenderGlobal

Was this information helpful?