Click or drag to resize
CLAYOUTCreate Method
Creates a layout calculation object

Available since Oasis montaj version: 6.3.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static CLAYOUT Create(
	int i1,
	string str2
)

Parameters

i1
Type: SystemInt32
Initial number of objects (may be 0)
str2
Type: SystemString
Optional name of parent layout (may be empty)

Return Value

Type: CLAYOUT
LAYOUT object.
See Also