 | CMVIEWGetGUID Method (String, Int32) |
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,
int guid_size
)
public void GetGUID(
ref string guid,
int guid_size
)
Public Sub GetGUID (
ByRef guid As String,
guid_size As Integer
)
Public Sub GetGUID (
ByRef guid As String,
guid_size As Integer
)
public:
void GetGUID(
String^% guid,
int guid_size
)
public:
void GetGUID(
String^% guid,
int guid_size
)
member GetGUID :
guid : string byref *
guid_size : int -> unit
member GetGUID :
guid : string byref *
guid_size : int -> unit
Parameters
- guid
- Type: SystemString
GUID - guid_size
- Type: SystemInt32
Size of GUID buffer.
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