 | CDBISetLineName Method (Int32, Int32, Int32, String) |
This method sets up a line name given the line's number,
type, and version.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void ISetLineName(
int num,
int type,
int ver,
ref string name
)
public static void ISetLineName(
int num,
int type,
int ver,
ref string name
)
Public Shared Sub ISetLineName (
num As Integer,
type As Integer,
ver As Integer,
ByRef name As String
)
Public Shared Sub ISetLineName (
num As Integer,
type As Integer,
ver As Integer,
ByRef name As String
)
public:
static void ISetLineName(
int num,
int type,
int ver,
String^% name
)
public:
static void ISetLineName(
int num,
int type,
int ver,
String^% name
)
static member ISetLineName :
num : int *
type : int *
ver : int *
name : string byref -> unit
static member ISetLineName :
num : int *
type : int *
ver : int *
name : string byref -> unit
Parameters
- num
- Type: SystemInt32
Line number - type
- Type: SystemInt32
Line type - ver
- Type: SystemInt32
Line version - name
- Type: SystemString
String to set line name to
Remarks
This MUST be called to generate a line name when calls
are made to iExistSymb_DB, CreateSymb_DB or DeleteSymb_DB
for an operation on a line.
See also SetLineName2_DB.
See Also