Click or drag to resize
CMVIEWLineStyle Method
Set the style of a line.

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
Line styles are selected by ordinal value (line style #) from those defined in default.lpt. If default.lpt does not have a the style specified, the file user.lpt is searched. If this file does not contain the line style solid is assumed. Note that line styles from default.lpt and user.lpt are read into the map at the time the map is created, not at display time.
Syntax
public void LineStyle(
	int i1,
	double d2
)

Parameters

i1
Type: SystemInt32
Line Style #, see default.lpt
d2
Type: SystemDouble
Pitch in view units
See Also