Click or drag to resize

CMVIEWClipMode Method

Set the view clipping mode on or off.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void ClipMode(
	int mode
)

public void ClipMode(
	int mode
)

Parameters

mode
Type: SystemInt32
<define>MVIEW_CLIP</define>
Remarks
Entitles that follow in this group will be clipped or not clipped depending on this mode. The montaj editor cannot change the clip mode of embedded clipped/unclipped enties that are controlled by this call. Use the Group clipping functions instead. It is highly recommended that you use the GroupClipMode_MVIEW function to control clipping on a group-by-group basis, instead of using ClipMode_MVIEW when inside a group, as it is impossible to determine the true visible extents of a group. In such cases, the "zoom to full map extents" command may give incorrect results.
See Also