Greetings developers!
I need some help:
According to the API http://developercenter.robotstudio.com/blobproxy/devcenter/RobotStudio/html/d9033424-743a-0f80-9d53-34b7557ac4dd.htm
the class
ABB.Robotics.RobotStudio.Stations.ControllerSimulationConfigurationCollection
Has the public member item, but when I debug, the only thing existing is a private _list
ControllerSimulationConfiguration cfgs = station.SimulationConfgiruations.First().ControllerConfigurations;
cfgs._list.GetType() = RobotStudio.API.Core.CmList<ControllerSimulationConfiguration>
What I’m trying to do is to set the simulation entry point by accessing
ControllerSimulationConfiguration.[Configurations](http://developercenter.robotstudio.com/blobproxy/devcenter/RobotStudio/html/c6105bca-41bc-cdf5-f2d6-9d40a71b536b.htm)<TaskSimulationConfgiurations>.First<TaskSimulationConfiguration>().EntryPoint
Thanks in advance!
/Oskar