Click or drag to resize
CDBILineLabel Method (Int32, String, Int32)
Create a line label

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
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.
Syntax
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>
See Also