Click or drag to resize
CMVIEWChangeLineMessage Method
Change the specified line in a view.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The line name can be created by calling LineLabel_DB using <define>DB_LINE_LABEL_FORMAT_LINK</define>. This insures that the label is created is the same way as used in the database.
Syntax
public void ChangeLineMessage(
	string line
)

Parameters

line
Type: SystemString
Change to this line
See Also