 | 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
Syntaxpublic void ILineLabel(
int line,
ref string label,
int format
)
public void ILineLabel(
int line,
ref string label,
int format
)
Public Sub ILineLabel (
line As Integer,
ByRef label As String,
format As Integer
)
Public Sub ILineLabel (
line As Integer,
ByRef label As String,
format As Integer
)
public:
void ILineLabel(
int line,
String^% label,
int format
)
public:
void ILineLabel(
int line,
String^% label,
int format
)
member ILineLabel :
line : int *
label : string byref *
format : int -> unit
member ILineLabel :
line : int *
label : string byref *
format : int -> unit
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