Click or drag to resize
CDBILineLabel Method
Create a line label

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
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 i1,
	ref string str2,
	int i3
)

Parameters

i1
Type: SystemInt32
line symbol
str2
Type: SystemString
string in which to place label
i3
Type: SystemInt32
See DB_LINE_LABEL_FORMATConstant
See Also