 | CDXFIDXF2MapEx 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 void DXF2MapEx(
CMAP map,
double scale,
double u_fac,
double x0,
double y0,
int max_pen,
int pb_group,
string group,
int pb_one_color,
int p_color
)
[ObsoleteAttribute("Deprecated since unknown, ")]
public void DXF2MapEx(
CMAP map,
double scale,
double u_fac,
double x0,
double y0,
int max_pen,
int pb_group,
string group,
int pb_one_color,
int p_color
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Sub DXF2MapEx (
map As CMAP,
scale As Double,
u_fac As Double,
x0 As Double,
y0 As Double,
max_pen As Integer,
pb_group As Integer,
group As String,
pb_one_color As Integer,
p_color As Integer
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Sub DXF2MapEx (
map As CMAP,
scale As Double,
u_fac As Double,
x0 As Double,
y0 As Double,
max_pen As Integer,
pb_group As Integer,
group As String,
pb_one_color As Integer,
p_color As Integer
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
void DXF2MapEx(
CMAP^ map,
double scale,
double u_fac,
double x0,
double y0,
int max_pen,
int pb_group,
String^ group,
int pb_one_color,
int p_color
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
void DXF2MapEx(
CMAP^ map,
double scale,
double u_fac,
double x0,
double y0,
int max_pen,
int pb_group,
String^ group,
int pb_one_color,
int p_color
)
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member DXF2MapEx :
map : CMAP *
scale : float *
u_fac : float *
x0 : float *
y0 : float *
max_pen : int *
pb_group : int *
group : string *
pb_one_color : int *
p_color : int -> unit
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member DXF2MapEx :
map : CMAP *
scale : float *
u_fac : float *
x0 : float *
y0 : float *
max_pen : int *
pb_group : int *
group : string *
pb_one_color : int *
p_color : int -> unit
Parameters
- map
- Type: GeoEngine.Core.GXNetXCMAP
Map 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_group
- Type: SystemInt32
TRUE to place entire DXF in one group - group
- Type: SystemString
Group name for one group - pb_one_color
- Type: SystemInt32
TRUE to force one color - p_color
- Type: SystemInt32
<define>MVIEW_COLOR</define>
Remarks
The DXF will be drawin in the "*Data" view. If a "*Data" view
does not exist, it will be created.
See Also