Click or drag to resize

ToFebToFebLoadOrientation Method

Converts to loadOrientation.

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static loadOrientation ToFebLoadOrientation(
	this LoadOrientation loadOrientation
)

Parameters

loadOrientation
Type: Karamba.LoadsLoadOrientation
LoadOrientation to be converted.

Return Value

Type: loadOrientation
loadOrientation.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type LoadOrientation. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also