haorenhui
2023-10-30 6d6cc10d9e8e242661da7fd655dec155a09d676c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Quintiq file version 2.0
#parent: #root
Attribute IsGetMDSObjectOverridden
{
  #keys: '3[141860.2.819610283][141860.2.819610282][141860.2.819610284]'
  Description:
  [*
    When the `LibOpt_Optimization.GetMDSObject` method on a `LibOpt_Optimization` subclass is not overridden, then no robust dataset copies can be created by the `LibOpt_DatasetCopyConditional::CopyDatasetRobust` method.
    The `IsGetMDSObjectOverridden` attribute is set to `false` when the `LibOpt_Optimization.GetMDSObject` method does not return an `MDSObject` when the `LibOpt_DatasetCopyConditional::CopyDatasetRobust` method is called by the optimizer.
    
    When this attribute is `false`, then the `Details` attribute of this `LibOpt_SnapshotReplannableCopyDataset` will explain that the `LibOpt_Optimization.GetMDSObject` method should be overridden.
  *]
  ValueType: Boolean
  InterfaceProperties { Accessibility: 'Module' }
}