 | CSYSIRelativeFileName Method (CGXNETCore, String, String, Int32) |
Convert a file name to a relative abbreviated path name
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void IRelativeFileName(
CGXNETCore gxNetShared,
string abbr,
ref string name,
int size
)
public static void IRelativeFileName(
CGXNETCore gxNetShared,
string abbr,
ref string name,
int size
)
Public Shared Sub IRelativeFileName (
gxNetShared As CGXNETCore,
abbr As String,
ByRef name As String,
size As Integer
)
Public Shared Sub IRelativeFileName (
gxNetShared As CGXNETCore,
abbr As String,
ByRef name As String,
size As Integer
)
public:
static void IRelativeFileName(
CGXNETCore^ gxNetShared,
String^ abbr,
String^% name,
int size
)
public:
static void IRelativeFileName(
CGXNETCore^ gxNetShared,
String^ abbr,
String^% name,
int size
)
static member IRelativeFileName :
gxNetShared : CGXNETCore *
abbr : string *
name : string byref *
size : int -> unit
static member IRelativeFileName :
gxNetShared : CGXNETCore *
abbr : string *
name : string byref *
size : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - abbr
- Type: SystemString
Input file name to resolve - name
- Type: SystemString
Output name, can be the same as input - size
- Type: SystemInt32
Size of output name
Remarks
This will produce relative paths based on the workspace
directory into ".\name".
See Also