 | CDXFIDXF2View Method |
Note: This API is now obsolete.
Draw entities in a DXF file to a view 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 DXF2View(
CMVIEW view,
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 DXF2View(
CMVIEW view,
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 DXF2View (
view As CMVIEW,
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 DXF2View (
view As CMVIEW,
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 DXF2View(
CMVIEW^ view,
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 DXF2View(
CMVIEW^ view,
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 DXF2View :
view : CMVIEW *
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 DXF2View :
view : CMVIEW *
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
- view
- Type: GeoEngine.Core.GXNetXCMVIEW
- 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>
See Also