Click or drag to resize

CLAYOUTGetRectName Method (Int32, String, Int32)

Gets an optional name the current info for a rectangle or the parent layout

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetRectName(
	int rect,
	ref string name,
	int size
)

public void GetRectName(
	int rect,
	ref string name,
	int size
)

Parameters

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