btswebdoc.CmdClient.OrchestrationOverviewImage.OrchestrationOverviewImage C# (CSharp) Method

OrchestrationOverviewImage() public method

public OrchestrationOverviewImage ( BtsOrchestration orchestration ) : System
orchestration BtsOrchestration
return System
        public OrchestrationOverviewImage(BtsOrchestration orchestration)
        {
            _orchestration = orchestration;
            LoadInternalData(orchestration.BtsAssembly.DisplayName);
        }