Can't get ICamera

Hy,

why this isn’t working in VC 4.4?

Regards
Feature

You can get the camera this way:
var camera = IoC.Get<IApplication>().ActiveWindow.Camera;

1 Like