Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / DisplayModeSettingsRendered Class / EnvironmentMappingImage Property

In This Topic
    EnvironmentMappingImage Property (DisplayModeSettingsRendered)
    In This Topic
    Gets or sets the Environment map.
    Syntax
    'Declaration
     
    Public Property EnvironmentMappingImage As Image
    public Image EnvironmentMappingImage {get; set;}
    Remarks
    The environment intensity can be changed for all entities with the devDept.Graphics.Material.Environment property of ViewportLayout.DefaultMaterial, or can be changed individually for each entity devDept.Graphics.MaterialIf the image is changed after the ViewportLayout was loaded, call ViewportLayout.CompileUserInterfaceElements to load the new image.
    See Also