Click or drag to resize
CLAYOUTSetRectangleName Method
Sets an optional name the current info for a rectangle or the parent layout

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 void SetRectangleName(
	int i1,
	string str2
)

Parameters

i1
Type: SystemInt32
Rectangle to set info for (-1 for parent)
str2
Type: SystemString
Name
See Also