Class DetailCombination
- Namespace
- IdeaRS.OpenModel.Detail.Loading
- Assembly
- IdeaRS.OpenModel.dll
Load case
public class DetailCombination : CalculationCase, ISynchronizationInheritance
Implements
Inherited Members
Constructors
DetailCombination()
Constructor
public DetailCombination()Properties
CombinationType
Type of load case
public CombinationType CombinationType { get; set; }Property Value
Items
Load
public List<CombinationItem> Items { get; set; }Property Value
SyncId
Synchronization ID for element tracking during OpenModel to Detail updates.
public int SyncId { get; set; }