Click or drag to resize
CLAYOUTiAddRectangle Method
Adds a rectangle as one of the layout's children (Higer.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public int iAddRectangle(
	double min_x,
	double min_y,
	double max_x,
	double max_y
)

Parameters

min_x
Type: SystemDouble
Rectangle Min X (All 0's for undefined allowed)
min_y
Type: SystemDouble
Rectangle Min Y
max_x
Type: SystemDouble
Rectangle Max X
max_y
Type: SystemDouble
Rectangle Max Y

Return Value

Type: Int32
Rectangle number, -1 on error
See Also