Click or drag to resize

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
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.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