Click or drag to resize

CMVIEWChangeLineMessage Method

Change the specified line in a view.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void ChangeLineMessage(
	string line
)

public void ChangeLineMessage(
	string line
)

Parameters

line
Type: SystemString
Change to this line
Remarks
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.
See Also