 | CUSERMETAIGetMetaCreator Method (String) |
Get the Meta Creator
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic void IGetMetaCreator(
ref string meta_creator
)
public void IGetMetaCreator(
ref string meta_creator
)
Public Sub IGetMetaCreator (
ByRef meta_creator As String
)
Public Sub IGetMetaCreator (
ByRef meta_creator As String
)
public:
void IGetMetaCreator(
String^% meta_creator
)
public:
void IGetMetaCreator(
String^% meta_creator
)
member IGetMetaCreator :
meta_creator : string byref -> unit
member IGetMetaCreator :
meta_creator : string byref -> unit
Parameters
- meta_creator
- Type: SystemString
MetaCreator returned
See Also