Click or drag to resize

CMVIEWGetGroupFreezeScale Method

Get a scale freezing value for the group (<define>rDUMMY</define> for disabled).

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetGroupFreezeScale(
	int group_num,
	ref double scale
)

public void GetGroupFreezeScale(
	int group_num,
	ref double scale
)

Parameters

group_num
Type: SystemInt32
Group number
scale
Type: SystemDouble
Variable to fill with freeze scale
See Also