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


ISymbologyEnvironment.GeometryClipping Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISymbologyEnvironment Interface > ISymbologyEnvironment.GeometryClipping Property
ArcGIS Developer Help

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