Click or drag to resize
CMVIEWPatDensity Method
Sets the tiling density.

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
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().
Syntax
public void PatDensity(
	double d1
)

Parameters

d1
Type: SystemDouble
Relative density (default = 1).
See Also