 | CMXDCreate Method |
Note: This API is now obsolete.
Create a MXD.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2025.1.0.25
Syntax[ObsoleteAttribute("Deprecated since unknown, ")]
public static CMXD Create(
string name
)
[ObsoleteAttribute("Deprecated since unknown, ")]
public static CMXD Create(
string name
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Shared Function Create (
name As String
) As CMXD
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Shared Function Create (
name As String
) As CMXD
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
static CMXD^ Create(
String^ name
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
static CMXD^ Create(
String^ name
)
[<ObsoleteAttribute("Deprecated since unknown, ")>]
static member Create :
name : string -> CMXD
[<ObsoleteAttribute("Deprecated since unknown, ")>]
static member Create :
name : string -> CMXD
Parameters
- name
- Type: SystemString
MXD file name
Return Value
Type:
CMXDMXD Object
See Also