OrthotropicTabularCorrectionFactorCorrectionFactorRows Property

Determine the correction factor rows for this tabular correction factor.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public Dictionary<int, TabularCorrectionFactorRow> CorrectionFactorRows { get; }

Property Value

DictionaryInt32, TabularCorrectionFactorRow

Remarks

Map of correctionPointId to row.

See Also