|
FemMaterialFlowHypothesisFromString Method
|
Converts the name of a flow-hypothesis to the corresponding enum.
Namespace:
Karamba.Materials
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic static FemMaterialFlowHypothesis FlowHypothesisFromString(
string v
)
Public Shared Function FlowHypothesisFromString (
v As String
) As FemMaterialFlowHypothesis
public:
static FemMaterialFlowHypothesis FlowHypothesisFromString(
String^ v
)
static member FlowHypothesisFromString :
v : string -> FemMaterialFlowHypothesis
Parameters
- v
- Type: SystemString
Name of the flow hypothesis.
Return Value
Type:
FemMaterialFlowHypothesisEnum representing the flow-hypothesis.
See Also