Click or drag to resize

CMVIEW.PatDensity Method

Sets the tiling density.

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

public void PatDensity(
	double density
)

Parameters

density
Type: System.Double
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