 | CMVIEWGetGroupGUID Method (Int32, String) |
Gets a GUID of a group in the MVIEW.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetGroupGUID(
int group,
ref string guid
)
public void GetGroupGUID(
int group,
ref string guid
)
Public Sub GetGroupGUID (
group As Integer,
ByRef guid As String
)
Public Sub GetGroupGUID (
group As Integer,
ByRef guid As String
)
public:
void GetGroupGUID(
int group,
String^% guid
)
public:
void GetGroupGUID(
int group,
String^% guid
)
member GetGroupGUID :
group : int *
guid : string byref -> unit
member GetGroupGUID :
group : int *
guid : string byref -> unit
Parameters
- group
- Type: SystemInt32
Group number - guid
- Type: SystemString
GUID
RemarksIf a GUID was never queried a new one will be assigned and the map will be modified. Only if the map is saved will this value then persist.
See Also