 | CMVIEWIGetMeta Method (String, String) |
Retrieves Metadata from a group
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic CMETA IGetMeta(
string group,
ref string meta
)
public CMETA IGetMeta(
string group,
ref string meta
)
Public Function IGetMeta (
group As String,
ByRef meta As String
) As CMETA
Public Function IGetMeta (
group As String,
ByRef meta As String
) As CMETA
public:
CMETA^ IGetMeta(
String^ group,
String^% meta
)
public:
CMETA^ IGetMeta(
String^ group,
String^% meta
)
member IGetMeta :
group : string *
meta : string byref -> CMETA
member IGetMeta :
group : string *
meta : string byref -> CMETA
Parameters
- group
- Type: SystemString
Group Name - meta
- Type: SystemString
Meta name
Return Value
Type:
CMETAMETA Object
See Also