Click or drag to resize

LayoutManagerGetLayout Method

Returns the Layout with the specified layoutName.

Namespace:  OBCOM.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public Layout GetLayout(
	string layoutName
)

Parameters

layoutName
Type: SystemString
The name of the required Layout.

Return Value

Type: Layout
The Layout with the specified layoutName.
Remarks
If the Layout is not in the cache, it downloads its specification, compiles it, verifies its MD5 signature (checksum), and then stores the resulting Layout in the cache.
See Also