Click or drag to resize

CMVIEWPatDensity Method

Sets the tiling density.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void PatDensity(
	double density
)

public void PatDensity(
	double density
)

Parameters

density
Type: SystemDouble
Relative density (default = 1).
Remarks
This number is the ratio between the plotted unit cell size and the distance between the plotted tile centers. The default value is 1. A value larger than 1 increases the density of the pattern, while values less than 1 make the pattern more "spread out". This can be used along with sPatStyleMethod to create more complicated fills from simple patterns. See the IMPORTANT note for sPatNumber_MVIEW().
See Also