Click or drag to resize

CMVIEWLineStyle Method

Set the style of a line.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void LineStyle(
	int style,
	double pitch
)

public void LineStyle(
	int style,
	double pitch
)

Parameters

style
Type: SystemInt32
Line Style #, see default.lpt
pitch
Type: SystemDouble
Pitch in view units
Remarks
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.
See Also