Click or drag to resize

CCSYMBSetFixed Method

Set symbol sizing to fixed (or proportionate)

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void SetFixed(
	int fixed
)

public void SetFixed(
	int fixed
)

Parameters

fixed
Type: SystemInt32
TRUE = Fixed symbol sizing FALSE = Proportionate sizing
See Also