Click or drag to resize
CMVIEWClipMode Method
Set the view clipping mode on or off.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
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.
Syntax
public void ClipMode(
	int i1
)

Parameters

i1
Type: SystemInt32
See MVIEW_CLIPConstant
See Also