SolutionCombinationDefinition

No details are provided for this entry.

Declaration Syntax

public class SolutionCombinationDefinition

Table 334: Members

Property

BaseCaseCount

Gets the number of bases cases

Property

LoadCombinationCount

Gets the number of load combinations

Method

AddBaseCase(string, Analysis, double)

Add a BaseCase to the SolutionCombinationDefinition

Method

AddLoadCombination(string, int)

Add a LoadCombination to the SolutionCombination Definition

Method

DeleteBaseCase(int)

Delete a BaseCase from the SolutionCombinationDefinition

Method

DeleteLoadCombination(int)

Delete a LoadCombination from the SolutionCombination Definition

Method

Export(string)

Export Load Combination Definition data to Comma Separated Value (CSV) files

Method

GetBaseCaseAnalysis(int)

Gets the BaseCase Analysis property at given index.

Method

GetBaseCaseFrequency(int)

Gets the Frequency property from the Base Case at given index

Method

GetBaseCaseName(int)

Gets the BaseCase Name property at given index

Method

GetBaseCasePhaseAngle(int)

Gets the Phase Angle property from the Base Case at given index

Method

GetBaseCaseTime(int)

Gets the Time property from the Base Case at given index

Method

GetCoefficient(int, int)

Gets the Coefficient property at given LoadCombination index and BaseCase index

Method

GetLoadCombinationName(int)

Gets the LoadCombination Name property at given index

Method

GetLoadCombinationType(int)

Gets the Load Combination Type property at given index

Method

Import(string)

Import Load Combination Definition data from Comma Separated Value (CSV) files

Method

SetBaseCaseAnalysis(int, Analysis)

Sets the BaseCase Analysis property to given index.

Method

SetBaseCaseFrequency(int, double)

Sets the Frequency property to the Base Case at given index

Method

SetBaseCaseName(int, string)

Sets the BaseCase Name property at given index

Method

SetBaseCasePhaseAngle(int, double)

Sets the Phase Angle property to the Base Case at given index

Method

SetBaseCaseTime(int, double)

Sets the Time property to the Base Case at given index

Method

SetCoefficient(int, int, double)

Sets the Coefficient property at given LoadCombination index and BaseCase index

Method

SetLoadCombinationName(int, string)

Sets the LoadCombination Name property at given index

Method

SetLoadCombinationType(int, LoadCombinationType)

Sets the Load Combination Type property at given index