UtilsCheckedLCInput Method

Checks whether the given input represents a valid load case name.

Definition

Namespace: Karamba.Utilities
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public static string CheckedLCInput(
	string lcName,
	out string message,
	out MessageLevel messageLevel
)

Parameters

lcName  String
load case name to be checked.
message  String
Message for display to user.
messageLevel  MessageLevel
Severity of the message.

Return Value

String
string to be used as the load case name.

See Also