 | CMVIEWGetGUID Method (String) |
Gets the GUID of the MVIEW.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetGUID(
ref string guid
)
public void GetGUID(
ref string guid
)
Public Sub GetGUID (
ByRef guid As String
)
Public Sub GetGUID (
ByRef guid As String
)
public:
void GetGUID(
String^% guid
)
public:
void GetGUID(
String^% guid
)
member GetGUID :
guid : string byref -> unit
member GetGUID :
guid : string byref -> unit
Parameters
- 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