Initializing help system before first use

ResultData.__init__

ResultData.__init__


Purpose
Initializes ResultData with delete strategy.
Synopsis
__init__(self, delete: xpressinsight.ResultDataDelete = ResultDataDelete.ON_CHANGE)
Argument
delete: ResultDataDelete 
When to delete scenario results data. Results data is deleted when a certain state change occurs for the scenario. This attribute identifies this state change as either whenever a scenario is modified, when it is queued, or when it begins execution.