 | CDXFIDXF2ViewEx Method |
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: 2024.2.0.25
Syntaxpublic void DXF2ViewEx(
CMVIEW view,
int max_pen,
int pb_group,
string group,
int pb_one_color,
int color
)
public void DXF2ViewEx(
CMVIEW view,
int max_pen,
int pb_group,
string group,
int pb_one_color,
int color
)
Public Sub DXF2ViewEx (
view As CMVIEW,
max_pen As Integer,
pb_group As Integer,
group As String,
pb_one_color As Integer,
color As Integer
)
Public Sub DXF2ViewEx (
view As CMVIEW,
max_pen As Integer,
pb_group As Integer,
group As String,
pb_one_color As Integer,
color As Integer
)
public:
void DXF2ViewEx(
CMVIEW^ view,
int max_pen,
int pb_group,
String^ group,
int pb_one_color,
int color
)
public:
void DXF2ViewEx(
CMVIEW^ view,
int max_pen,
int pb_group,
String^ group,
int pb_one_color,
int color
)
member DXF2ViewEx :
view : CMVIEW *
max_pen : int *
pb_group : int *
group : string *
pb_one_color : int *
color : int -> unit
member DXF2ViewEx :
view : CMVIEW *
max_pen : int *
pb_group : int *
group : string *
pb_one_color : int *
color : int -> unit
Parameters
- view
- Type: GeoEngine.Core.GXNetXCMVIEW
- max_pen
- Type: SystemInt32
User defined number of pens to use (can be <define>iDUMMY</define>) - pb_group
- Type: SystemInt32
TRUE to place entire DXF in one group - group
- Type: SystemString
Group name for one group (can be "" if above is FALSE) - pb_one_color
- Type: SystemInt32
TRUE to force one color - color
- Type: SystemInt32
<define>MVIEW_COLOR</define> (ignored if above is FALSE)
See Also