Click or drag to resize

CDBILineLabel Method (Int32, String, Int32)

Create a line label

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void ILineLabel(
	int line,
	ref string label,
	int format
)

public void ILineLabel(
	int line,
	ref string label,
	int format
)

Parameters

line
Type: SystemInt32
Line symbol
label
Type: SystemString
String in which to place label
format
Type: SystemInt32
<define>DB_LINE_LABEL_FORMAT</define>
Remarks
Label formats. example full format is "L1023.4 13" type "L" number "1023" version "4" flight "13" formats can be added to get combined format Use LINK format to create a database link label.
See Also