DesignVariableStepSize Property

Step size for this row. Note, you cannot set a StepSize if your SizingMaterialType is laminate. In the case of laminates, the StepSize is null, and setting it will throw an error.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public double? StepSize { get; set; }

Property Value

NullableDouble

See Also