OrthotropicTabularCorrectionFactor Class

Tabular correction factor.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public class OrthotropicTabularCorrectionFactor : OrthotropicCorrectionFactorBase
Inheritance
Object    OrthotropicCorrectionFactorBase    OrthotropicTabularCorrectionFactor

Properties

CorrectionFactorRows Determine the correction factor rows for this tabular correction factor.
CorrectionId Correction ID for this correction factor.
(Inherited from OrthotropicCorrectionFactorBase)
CorrectionIndependentDefinitions These correspond to the independent values for this correction factor. These are represented by the column headers on the correction factors form in the UI.
PropertyId Property for this correction factor.
(Inherited from OrthotropicCorrectionFactorBase)

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
SetIndependentValue(Int32, CorrectionIndependentDefinition, Boolean) Set independent value for a specified row and the independent value within the row.
SetIndependentValue(Int32, CorrectionIndependentDefinition, Double) Set independent value for a specified row and the independent value within the row.
SetIndependentValue(Int32, CorrectionIndependentDefinition, Int32) Set independent value for a specified row and the independent value within the row.
SetKValue Set the dependent value for a specified row.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also