OrthotropicTabularCorrectionFactorSetIndependentValue(Int32, CorrectionIndependentDefinition, Double) Method

Set independent value for a specified row and the independent value within the row.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public void SetIndependentValue(
	int correctionPointId,
	CorrectionIndependentDefinition cid,
	double value
)

Parameters

correctionPointId  Int32
 
cid  CorrectionIndependentDefinition
 
value  Double
 

See Also