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


IMapClipOptions.ClipGridAndGraticules Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapClipOptions Interface > IMapClipOptions.ClipGridAndGraticules Property
ArcGIS Developer Help

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