Click or drag to resize
CDXFIDXF2ViewEx Method
Draw entities in a DXF file to a view in a map

Available since Oasis montaj version: 6.2
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
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