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

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
The line name can be created by calling LineLabel_DB using DB_LINE_LABEL_FORMAT_LINK. This insures that the label is created is the same way as used in the database.
Syntax
public void ChangeLineMessage(
	string str1
)

Parameters

str1
Type: SystemString
Change to this line
See Also