AutomatedConstraintRemoveDesignLoadCases Method

Remove a list of Design Loads from the AutomatedConstraint by name.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public void RemoveDesignLoadCases(
	List<string> designLoadCases
)

Parameters

designLoadCases  ListString

Exceptions

InvalidOperationExceptionThrows if executing this method would remove all assigned Design Loads.

See Also