  | CMVIEWClipMode Method  | 
 Set the view clipping mode on or off.
 
    Namespace: 
   GeoEngine.Core.GXNetX
    Assembly:
   geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic void ClipMode(
	int mode
)
public void ClipMode(
	int mode
)
Public Sub ClipMode ( 
	mode As Integer
)
Public Sub ClipMode ( 
	mode As Integer
)
public:
void ClipMode(
	int mode
)
public:
void ClipMode(
	int mode
)
member ClipMode : 
        mode : int -> unit 
member ClipMode : 
        mode : int -> unit 
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