Click or drag to resize

CDXFI.DXF2ViewEx Method

Draw entities in a DXF file to a view in a map

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
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
)

Parameters

view
Type: GeoEngine.Core.GXNet.CMVIEW
max_pen
Type: System.Int32
User defined number of pens to use (can be <define>iDUMMY</define>)
pb_group
Type: System.Int32
TRUE to place entire DXF in one group
group
Type: System.String
Group name for one group (can be "" if above is FALSE)
pb_one_color
Type: System.Int32
TRUE to force one color
color
Type: System.Int32
<define>MVIEW_COLOR</define> (ignored if above is FALSE)
See Also