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


IMapClipOptions.ClipGridAndGraticules Property (ArcObjects .NET 10.4 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(
  VARIANT_BOOL pClipGridAndGraticules
);
[C++]

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

Product Availability

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

See Also

IMapClipOptions Interface