Click or drag to resize

CMVIEWSetGroupToPlane Method

Set a group to a plane

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetGroupToPlane(
	int plane,
	string group
)

public void SetGroupToPlane(
	int plane,
	string group
)

Parameters

plane
Type: SystemInt32
Plane Index to set all groups to
group
Type: SystemString
Name of group to set
See Also