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


ISymbologyEnvironment.GeometryClipping Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Display)  

ISymbologyEnvironment.GeometryClipping Property

Indicates if all geometry is clipped on output.

[Visual Basic .NET]
Public Property GeometryClipping As Boolean
[C#]
public bool GeometryClipping {get; set;}
[C++]
HRESULT get_GeometryClipping(
  Boolean* GeometryClipping
);
[C++]
HRESULT put_GeometryClipping(
  VARIANT_BOOL GeometryClipping
);
[C++]

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

Product Availability

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

See Also

ISymbologyEnvironment Interface