 | CUSERMETAIGetFormat Method (String, Int32) |
Get the File Format
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void IGetFormat(
ref string format,
int size
)
public void IGetFormat(
ref string format,
int size
)
Public Sub IGetFormat (
ByRef format As String,
size As Integer
)
Public Sub IGetFormat (
ByRef format As String,
size As Integer
)
public:
void IGetFormat(
String^% format,
int size
)
public:
void IGetFormat(
String^% format,
int size
)
member IGetFormat :
format : string byref *
size : int -> unit
member IGetFormat :
format : string byref *
size : int -> unit
Parameters
- format
- Type: SystemString
Title returned - size
- Type: SystemInt32
Maximum name size
See Also