 | CSTRIXYZLine Method (String, String, Int32) |
Make a valid XYZ line name from a valid DB line name.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void IXYZLine(
string line,
ref string xyz,
int size
)
public static void IXYZLine(
string line,
ref string xyz,
int size
)
Public Shared Sub IXYZLine (
line As String,
ByRef xyz As String,
size As Integer
)
Public Shared Sub IXYZLine (
line As String,
ByRef xyz As String,
size As Integer
)
public:
static void IXYZLine(
String^ line,
String^% xyz,
int size
)
public:
static void IXYZLine(
String^ line,
String^% xyz,
int size
)
static member IXYZLine :
line : string *
xyz : string byref *
size : int -> unit
static member IXYZLine :
line : string *
xyz : string byref *
size : int -> unit
Parameters
- line
- Type: SystemString
Line name to convert - xyz
- Type: SystemString
Buffer to hold new line name - size
- Type: SystemInt32
Length of buffer
See Also