Click or drag to resize

CLAYOUTSetRectangleName Method

Sets 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 SetRectangleName(
	int rect,
	string p3
)

public void SetRectangleName(
	int rect,
	string p3
)

Parameters

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