Click or drag to resize
CMVIEWPatNumber Method
Sets the pattern number

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
Pattern 0 is solid fill.(default) Set the pattern colour using FillColor_MVIEW. Patterns are selected by ordinal value (pattern number) from those defined in default.pat. If default.pat does not have a the pattern specified, the file user.pat is searched. If this file does not contain the pattern solid is assumed. Note that patterns from default.pat and user.pat are read into the map at the time the map is created, not at display time. IMPORTANT: A call to this function resets all the various pattern attributes to those defined for the selected pattern. If you want to modify any attributes, call that function (e.g. sPatSize_MVIEW(), AFTER you call sPatNumber_MVIEW().
Syntax
public void PatNumber(
	int i1
)

Parameters

i1
Type: SystemInt32
Pattern number
See Also