Click or drag to resize

CLAYOUTGetRectName Method (Int32, String)

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
)

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