 | CMXDCommit Method |
Note: This API is now obsolete.
Commit any changes to a MXD.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntax[ObsoleteAttribute("Deprecated since unknown, ")]
public void Commit()
[ObsoleteAttribute("Deprecated since unknown, ")]
public void Commit()
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Sub Commit
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Sub Commit
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
void Commit()
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
void Commit()
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member Commit : unit -> unit
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member Commit : unit -> unit
See Also