 | CDXFIDXF2Map Method |
Note: This API is now obsolete.
Draw entities in a DXF file in a map
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax[ObsoleteAttribute("Deprecated since unknown, ")]
public static void DXF2Map(
CGXNETCore gxNetShared,
CMAP map,
CDXFI dxfi,
double scale,
double u_fac,
double x0,
double y0,
int max_pen,
int pb_black
)
[ObsoleteAttribute("Deprecated since unknown, ")]
public static void DXF2Map(
CGXNETCore gxNetShared,
CMAP map,
CDXFI dxfi,
double scale,
double u_fac,
double x0,
double y0,
int max_pen,
int pb_black
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Shared Sub DXF2Map (
gxNetShared As CGXNETCore,
map As CMAP,
dxfi As CDXFI,
scale As Double,
u_fac As Double,
x0 As Double,
y0 As Double,
max_pen As Integer,
pb_black As Integer
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Shared Sub DXF2Map (
gxNetShared As CGXNETCore,
map As CMAP,
dxfi As CDXFI,
scale As Double,
u_fac As Double,
x0 As Double,
y0 As Double,
max_pen As Integer,
pb_black As Integer
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
static void DXF2Map(
CGXNETCore^ gxNetShared,
CMAP^ map,
CDXFI^ dxfi,
double scale,
double u_fac,
double x0,
double y0,
int max_pen,
int pb_black
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
static void DXF2Map(
CGXNETCore^ gxNetShared,
CMAP^ map,
CDXFI^ dxfi,
double scale,
double u_fac,
double x0,
double y0,
int max_pen,
int pb_black
)
[<ObsoleteAttribute("Deprecated since unknown, ")>]
static member DXF2Map :
gxNetShared : CGXNETCore *
map : CMAP *
dxfi : CDXFI *
scale : float *
u_fac : float *
x0 : float *
y0 : float *
max_pen : int *
pb_black : int -> unit
[<ObsoleteAttribute("Deprecated since unknown, ")>]
static member DXF2Map :
gxNetShared : CGXNETCore *
map : CMAP *
dxfi : CDXFI *
scale : float *
u_fac : float *
x0 : float *
y0 : float *
max_pen : int *
pb_black : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - map
- Type: GeoEngine.Core.GXNetXCMAP
Map handle - dxfi
- Type: Geosoft.Desktop.GXNetXCDXFI
DXFI handle - scale
- Type: SystemDouble
User defined map scale - u_fac
- Type: SystemDouble
Unit conversion factor - x0
- Type: SystemDouble
X origin of the map - y0
- Type: SystemDouble
Y origin of the map - max_pen
- Type: SystemInt32
User defined number of pens to use - pb_black
- Type: SystemInt32
Force black color if 1
See Also