This document is archived and information here might be outdated.  Recommended version.


IMapClipOptions.ClipGridAndGraticules Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IMapClipOptions.ClipGridAndGraticules Property

Clip grids and grticules to data extent.

[Visual Basic .NET]
Public Property ClipGridAndGraticules As Boolean
[C#]
public bool ClipGridAndGraticules {get; set;}
[C++]
HRESULT get_ClipGridAndGraticules(
  VARIANT_BOOL pClipGridAndGraticules
);
[C++]
HRESULT put_ClipGridAndGraticules(
  Boolean* pClipGridAndGraticules
);
[C++]

Parameters pClipGridAndGraticules [in]
pClipGridAndGraticules is a parameter of type bool pClipGridAndGraticules [out, retval]
pClipGridAndGraticules is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMapClipOptions Interface