OrthotropicTabularCorrectionFactorSetIndependentValue(Int32, CorrectionIndependentDefinition, Boolean) 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,
	bool value
)

Parameters

correctionPointId  Int32
 
cid  CorrectionIndependentDefinition
 
value  Boolean
 

See Also