Click or drag to resize
CLAYOUTGetRectName Method (Int32, String)
Gets an optional name the current info for a rectangle or the parent layout

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 void GetRectName(
	int rect,
	ref string name
)

Parameters

rect
Type: SystemInt32
Rectangle to get info for (-1 for parent)
name
Type: SystemString
Buffer for name of the rectangle
See Also